- [ ] PEP 810 lazy import. https://github.com/python/mypy/issues/20978 needs native parser support + tests - [ ] PEP 814 frozendict. should only need typeshed sync - [ ] PEP 661 sentinel. will need custom narrowing and typeanal - [ ] PEP 798 comprehension unpacking - [ ] PEP 728 typeddict https://github.com/python/mypy/issues/18176 - [ ] PEP 747 typeform https://github.com/python/mypy/issues/9773 needs perf regression fixed, see https://github.com/python/mypy/pull/21262#issuecomment-4364872582
lazyimports (PEP 810, Python 3.15+) #20978 needs native parser support + tests