-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Python 3.10 tracking issue #10201
Copy link
Copy link
Closed
Labels
bugmypy got something wrongmypy got something wrongmetaIssues tracking a broad area of workIssues tracking a broad area of work
Description
Activity
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrongmetaIssues tracking a broad area of workIssues tracking a broad area of work
Here's an issue for tracking the current state of mypy on CPython 3.10
CPython version: 3.10.0
mypy version: latest master (e6b91bd)
Dependencies:
virtualenv<20, and it looks like only virtualenv >=20 is still in active development. (Virtualenv pinned to <20 #10407)Tests:
error: invalid syntaxare nowerror: expected ':'error: unexpected EOF while parsingare nowerror: '(' was never closedmypy/typeshed/stdlib/types.pyi:334: error: Name '_NotImplementedType' is not defined(Small fixes for Python 3.10 typeshed#5044)Features
matchstatements fails with an exception mypyc/mypyc#911)types.Union) doesn't work on generic bounds #10949Breaking changes
_PyObject_HasAttrIdhas been removed from CPython (bpo-41991: Remove _PyObject_HasAttrId cpython#22629). PR Fix mypyc failing to compile on CPython 3.10.0a6 #10202.distutils, which is deprecated and will be removed in python 3.12 (Only import distutils if it is needed #10203).Misc