[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread miss-islington
miss-islington added the comment: New changeset 6ed874f8c59cc6c01d9663bad2f4bed8dc1c6109 by Kumar Aditya in branch '3.9': [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785) https://github.com/python/cpython/commit/6ed874f8c59cc6c01d9663bad2f4bed8dc1c6109

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 90e2998db78cd15e45b3c82f6360ac8841e03945 by Miss Islington (bot) in branch '3.10': [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784) https://github.com/python/cpython/commit/90e2998db78cd15e45b3c82f6360ac884

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread Kumar Aditya
Change by Kumar Aditya : -- versions: +Python 3.10, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread Kumar Aditya
Change by Kumar Aditya : -- pull_requests: +28970 pull_request: https://github.com/python/cpython/pull/30785 ___ Python tracker ___

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset ea5b96842e066623a53015d8b2492ed61a5baf96 by Kumar Aditya in branch 'main': bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) https://github.com/python/cpython/commit/ea5b96842e066623a53015d8b2492ed61a5baf96 -- ___

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28969 pull_request: https://github.com/python/cpython/pull/30784 ___ Python tracker _

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-21 Thread Kumar Aditya
Change by Kumar Aditya : -- keywords: +patch pull_requests: +28962 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30777 ___ Python tracker ___ ___

[issue46469] asyncio Generic classes should return GenericAlias in __class_getitem__

2022-01-21 Thread Kumar Aditya
New submission from Kumar Aditya : In asyncio, the Generic classes return the class itself in __class_getitem__ instead of GenericAlias, because of this they cannot be introspected as GenericAlias objects. Running Debug|x64 interpreter... Python 3.11.0a4+ (main, Jan 22 2022, 10:00:18) [MSC v.