]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Jan 2022 12:28:51 +0000 (04:28 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 12:28:51 +0000 (14:28 +0200)
commit90e2998db78cd15e45b3c82f6360ac8841e03945
tree534efde7eb1062aef3b613150d2d19e247faf827
parentd4a9e34401d519250d3b3744cd10394069f748c1
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784)

* 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>
(cherry picked from commit ea5b96842e066623a53015d8b2492ed61a5baf96)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
* Fix tests

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@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