You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Technically PEP 702 will not be in Python 3.12, the PEP has not been accepted. But yes, mypy should support the draft standard and its use via typing_extensions)
Activity
hauntsaninja commentedon Sep 14, 2023
(Technically PEP 702 will not be in Python 3.12, the PEP has not been accepted. But yes, mypy should support the draft standard and its use via typing_extensions)
Bendabir commentedon Mar 16, 2024
If some people are interested, I wrote a small plugin to support this until it's part of mypy directly : https://github.com/Bendabir/mypypp
I don't really know the internals so it's probably a bit hacky but it appears to work.
@(async)contextmanager
python/typeshed#12087@deprecated
versioning, IDE highlighting vega/altair#3455numpy.save
withfix_imports
(PEP 702) numpy/numpy#27207EwoutH commentedon Aug 17, 2024
If I'm correct, this issue is required for Python 3.13 support right? What's needed to move it forward?
hauntsaninja commentedon Aug 17, 2024
You could make a PR that incorporates this feedback: #17476 (review)
Add basic support for PEP 702 (@deprecated). (#17476)
1 remaining item