]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Misc asyncio improvements from upstream
authorGuido van Rossum <guido@python.org>
Fri, 30 Sep 2016 15:17:15 +0000 (08:17 -0700)
committerGuido van Rossum <guido@python.org>
Fri, 30 Sep 2016 15:17:15 +0000 (08:17 -0700)
commite3c65a7a228a5808a7af48a47fdd77e982f95d00
tree4cc2fd3d36c79999764bb7c9a2de133fb1f5d034
parent07cfd504e43c5078b8d106395c45b0a3f6c22fa3
Misc asyncio improvements from upstream
Lib/asyncio/base_events.py
Lib/asyncio/base_subprocess.py
Lib/asyncio/coroutines.py
Lib/asyncio/queues.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_tasks.py