]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 11 Sep 2018 17:13:04 +0000 (10:13 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 17:13:04 +0000 (10:13 -0700)
commit0baa72f4b2e7185298d09cf64c7b591efcd22af0
tree20ee600a314eb8f65863edca9f3c90d88cfd9a02
parent7c7605ff1133cf757cac428c483827f666c7c827
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
18 files changed:
Lib/asyncio/__init__.py
Lib/asyncio/base_events.py
Lib/asyncio/base_futures.py
Lib/asyncio/events.py
Lib/asyncio/exceptions.py [new file with mode: 0644]
Lib/asyncio/futures.py
Lib/asyncio/locks.py
Lib/asyncio/proactor_events.py
Lib/asyncio/streams.py
Lib/asyncio/tasks.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2018-09-10-13-04-40.bpo-34622.tpv_rN.rst [new file with mode: 0644]
Modules/_asynciomodule.c