Sebastian Rittau
Sebastian Rittau
We could also try to get some of the non-pyi-specific checks accepted into flake8/pyflakes(?).
In my experience, if a stub is annotated with `BytesIO`, it really needs a concrete type. I'd also discourage the use of `BinaryIO`, which – in my opinion – is...
A null interpolation would be very welcome for working with Grafana time series graphs. Currently, when using solid line style, it will always connect the data points. The only way...
I'm closing this here in favor of python/cpython#97727. It seems that the consensus is that it's too complex to fix and will go away by itself at some distant point...
Thanks. While I think that this could be helpful, as typing_extensions is mostly intended as a backport of newer typing features to older Python versions, I think this change should...
FWIW, I can reproduce this with Python 3.8.18 and 3.9.18, but not with 3.10.13 and 3.11.6, where the typing version of ParamSpec is re-exported.
> I'm in favor of making the language in the typing spec more precise here, but I'd prefer not to expand the set of supported expression forms here unless there's...
I think this is ready for review. The docs build might still fail, but I'd need help with that.
Also, the pypy3.10 failure seems unrelated?
Currently, this script checks only third-party stubs. stdlib stubs would be a next step.