cpython/Lib/asyncio
Miss Islington (bot) 87a865ec15
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
https://bugs.python.org/issue34767
(cherry picked from commit 9aa78566fb)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2019-06-05 03:17:42 -07:00
..
__init__.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
__main__.py
base_events.py Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) 2019-06-04 13:03:20 +02:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py
exceptions.py
format_helpers.py
futures.py
locks.py bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) 2019-06-05 03:17:42 -07:00
log.py
proactor_events.py bpo-29883: Asyncio proactor udp (GH-13440) 2019-05-28 02:52:15 -07:00
protocols.py
queues.py
runners.py
selector_events.py bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530) 2019-05-27 06:57:19 -07:00
sslproto.py
staggered.py
streams.py bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) 2019-06-04 23:01:01 -07:00
subprocess.py bpo-36889: Merge asyncio streams (GH-13251) 2019-05-27 12:56:22 -07:00
tasks.py bpo-36999: Add asyncio.Task.get_coro() (GH-13680) 2019-05-30 08:30:09 -07:00
transports.py
trsock.py bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530) 2019-05-27 06:57:19 -07:00
unix_events.py Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793) 2019-06-03 17:09:19 -07:00
windows_events.py bpo-29883: Asyncio proactor udp (GH-13440) 2019-05-28 02:52:15 -07:00
windows_utils.py