]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sat, 7 Dec 2019 11:05:07 +0000 (14:05 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2019 11:05:07 +0000 (03:05 -0800)
commitdec367261e7e2bb4dd42feeb58031abed2ade683
treed1d7debbc9f5fc199d8f632d8042b9c628a5a5ce
parent723f71abf7ab0a7be394f9f7b2daa9ecdf6fb1eb
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)

https://bugs.python.org/issue38978
Lib/asyncio/futures.py
Lib/asyncio/queues.py
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Library/2019-12-07-13-40-52.bpo-38978.R3gHZI.rst [new file with mode: 0644]
Modules/_asynciomodule.c