Closed
Description
https://peps.python.org/pep-0764/
from typing_extensions import TypedDict
foo: TypedDict[{"name": str}] = {"name": "asdf"}
this currently crashes at runtime:
TypeError: 'function' object is not subscriptable
Metadata
Metadata
Assignees
Labels
No labels