Noé Rubinstein

Results 7 issues of Noé Rubinstein

Python type checkers supports enclosing type annotations in a string to make forward references possible. Although `from __future__ import annotations` makes that unnecessary in type annotations, it's still needed in...

T: enhancement
T: design
F: strings / docstrings

When calling `pytest --help` I get the following backtrace: ``` noes-MBP:... noe$ pytest --help Traceback (most recent call last): File "/Users/noe/.pyenv/versions/.../bin/pytest", line 10, in sys.exit(main()) File "/Users/noe/.pyenv/versions/3.7.3/envs/.../lib/python3.7/site-packages/_pytest/config/__init__.py", line 59, in...

Very similar to https://github.com/python/mypy/issues/1983 but still happens with mypy 1.0 **Bug Report** **To Reproduce** ```python from typing import Callable, Any from random import randrange def test(x: Callable[[Any], None]): pass def...

bug
topic-ternary-expression

My `requirements.in` contains a package which depends on `betterproto>=2.0.0b6`. The `requirements.txt` was initially generated using `pip` and contains `betterproto==2.0.0b6`. Running `uv pip compile` works, but `uv pip compile --upgrade` refuses...

enhancement

The library includes a `broadcast` utility, with detailed documentation and motivation [here](https://websockets.readthedocs.io/en/stable/topics/broadcast.html). However, today that utility only works with the asyncio API of WebSockets. That leaves users of the sync...

enhancement
low priority