]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 22 Jan 2022 11:28:53 +0000 (16:58 +0530)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 11:28:53 +0000 (13:28 +0200)
commitea5b96842e066623a53015d8b2492ed61a5baf96
tree79b3a3f4d23698995899a6b8d3ce067856c30f58
parentab8fe22e5e4e282da8ea6f4e77f4c0a6616ec9c2
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)

* bpo-46469: Make asyncio generic classes return GenericAlias

* ðŸ“œðŸ¤– Added by blurb_it.

* Update Misc/NEWS.d/next/Library/2022-01-22-05-05-08.bpo-46469.plUab5.rst

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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