cpython/Lib/asyncio
Kumar Aditya ea5b96842e
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>
2022-01-22 13:28:53 +02:00
..
__init__.py
__main__.py
base_events.py bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) 2021-12-26 13:13:14 +02:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py bpo-46278: fix typo introduced in GH-30427 (GH-30430) 2022-01-06 05:21:24 -08:00
exceptions.py bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) 2021-12-19 13:22:40 +02:00
format_helpers.py
futures.py bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) 2022-01-22 13:28:53 +02:00
locks.py bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850) 2021-10-10 19:01:41 +03:00
log.py
mixins.py
proactor_events.py
protocols.py
queues.py bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) 2022-01-22 13:28:53 +02:00
runners.py
selector_events.py
sslproto.py
staggered.py
streams.py
subprocess.py
tasks.py bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) 2022-01-22 13:28:53 +02:00
threads.py
transports.py
trsock.py
unix_events.py Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079) 2021-10-20 09:17:52 -07:00
windows_events.py bpo-46310: simplify `for` loop in `asyncio/windows_events` (GH-30334) 2022-01-11 12:51:34 +02:00
windows_utils.py