]> granicus.if.org Git - python/commit
bpo-38107: Replace direct future and task contructor calls with factories in asyncio...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 11 Sep 2019 13:07:37 +0000 (16:07 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 13:07:37 +0000 (16:07 +0300)
commit9aee90018a5213e3529768e0b873955d23f5e50b
tree36f9368f08981adac902adcbedd3223f6533c4c2
parent781266ebb60e7ac781a3e07030d92275721ff3cf
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)
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