-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
jorenham
Metadata
Metadata
Assignees
Labels
No labels