cpython/Lib/asyncio
Miss Islington (bot) df59293bf0
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
(cherry picked from commit 004e64e805)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
2020-07-01 21:06:51 -07:00
..
__init__.py bpo-32309: Implement asyncio.to_thread() (GH-20143) 2020-05-19 03:03:25 -07:00
__main__.py
base_events.py
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py
exceptions.py
format_helpers.py
futures.py bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) 2020-05-17 22:47:31 -07:00
locks.py
log.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369) 2020-05-27 13:39:03 -07:00
sslproto.py
staggered.py
streams.py
subprocess.py
tasks.py bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) 2020-07-01 21:06:51 -07:00
threads.py Fix asyncio.to_thread() documented return type (GH-20547) 2020-05-31 00:26:20 -07:00
transports.py
trsock.py
unix_events.py s/wakup/wakeup (GH-20250) 2020-05-20 10:58:47 -07:00
windows_events.py bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) 2020-05-15 16:55:50 -07:00
windows_utils.py