mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 22:11:54 +08:00
* Annotate TypedDict as _SpecialForm rather than object. Let's see if this works... * Get typing_extensions.TypedDict as well, try to fix tests. * Import typing_extensions.TypedDict, delete _SpecialForm.__getitem__. * Back out deletion of _SpecialForm.__getitem__.