]> granicus.if.org Git - python/commit
bpo-38107: Replace direct future and task contructor calls with factories in asyncio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 14:21:53 +0000 (07:21 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 14:21:53 +0000 (07:21 -0700)
commitb18b19809d24182e9837b27b1c0af65458dff3ba
treeedf948ce8c794fdef9839b1c1208ee3798d11539
parentfef5bdc645bc5d037505e3da2965dfabb73f58eb
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)

(cherry picked from commit 9aee90018a5213e3529768e0b873955d23f5e50b)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
13 files changed:
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_unix_events.py