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
Note the list explicitly says it's not exhaustive. I don't object to adding the asyncio ones but maybe we should trim down the list to builtin types instead.
Documentation
https://docs.python.org/3/library/stdtypes.html#standard-generic-classes has a list of generic classes. Since ea5b968,
asyncio
provides generic Future and Task that are not mentioned.Linked PRs
The text was updated successfully, but these errors were encountered: