]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 22 Jan 2022 12:52:24 +0000 (18:22 +0530)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 12:52:24 +0000 (04:52 -0800)
commit6ed874f8c59cc6c01d9663bad2f4bed8dc1c6109
treef54b8e3eb6d733f4d8d6d956e8b5a98c796e8620
parent3c4a3745b900e748f99e80fc3728b534e857d1ff
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)  (GH-30785)

Automerge-Triggered-By: GH:asvetlov
Lib/asyncio/futures.py
Lib/asyncio/queues.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2022-01-22-05-05-08.bpo-46469.plUab5.rst [new file with mode: 0644]
Modules/_asynciomodule.c