Jelle Zijlstra

Results 129 issues of Jelle Zijlstra

I'm planning to cut a 1.0 release in the near-ish future that makes a few major changes: - Drop support for Python 3.5 - Use modern asyncio APIs only: no...

aiozmq currently inspects annotations on RPC methods and uses them as parameter converters. This makes it hard to use typing on a codebase that uses aiozmq, so we should deprecate...

I was pointed to [this buggy line](https://github.com/tensorflow/tensorflow/blob/d735866fae6a9f20eca5a74f513260c528f2258a/tensorflow/python/eager/function.py#L120): ``` if x is None != y is None: ``` (For context, Python allows chaining any of the comparison operators `==`, `!=`, `is`,...

I'm sure I must have been doing something silly, but after running `python -m fixit.cli.apply_fix` with this config file: ``` allow_list_rules: [] block_list_patterns: - '@generated' - '@nolint' block_list_rules: [] fixture_dir:...

enhancement
good first issue

In MS Edge, if you pass a malformed url like `http://Photo@` to the Url constructor of this library, you get a mysterious exception "A security problem occurred". You can see...

The documentation doesn't say anything about our PyInstaller binaries (or if it does I can't find it). Let's fix that.

good first issue
T: documentation

## Environment data - Language Server version: Pylance 2022.8.30 - OS and version: macOS 11.6.8 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.10.2 ## Code Snippet ```python...

bug

**Describe the bug** When CPython is compiled in debug mode, Cython may trigger an assertion related to function flags. **To Reproduce** * Compile CPython 3.11.0b1 from source `--with-pydebug` * `pip...

… `PyFunction_GetModule` (GH-98158). (cherry picked from commit 7b48d02933639c91ebd957b2326d8c352d8eddec) Co-authored-by: Nikita Sobolev * Issue: gh-94808

awaiting core review
skip news