You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C-accelerator was introduced for the typing module in
Python 3.12 (see python/cpython#103764).
Because a pure python source is no longer available, now we stub
out the missing classes and provide some __class_getitem__
methods to allow subscripting like Type[int].
This may mean when 3.12 is the minimum, we can remove older
brain features like infer_typing_alias().
0 commit comments