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
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Is typed_ast still required for Python 3.11? As far as I'm aware, Python's ast module now has all the features of typed_ast, and this can be solved with a conditional import. To me, fixing typed_ast for Python 3.11 has no priority, although I'd sure consider a PR.
The only reason would be to type check/lint Python 2 code, but I doubt there are many use cases where someone a) wants to type check/lint Python 2 and b) wants to use Python 3.11 to do so
With Python 3.11 (from CPython 9e05da62241):
See python/cpython@5f09bb0 for this getting moved to an internal API
The text was updated successfully, but these errors were encountered: