]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44011: New asyncio ssl implementation (#17975)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 2 May 2021 21:34:15 +0000 (00:34 +0300)
committerGitHub <noreply@github.com>
Sun, 2 May 2021 21:34:15 +0000 (00:34 +0300)
commit5fb06edbbb769561e245d0fe13002bab50e2ae60
treea6341e32a1140447b2d37a3a47fedb9d5043c75d
parentc96cc089f60d2bf7e003c27413c3239ee9de2990
bpo-44011: New asyncio ssl implementation (#17975)
12 files changed:
Lib/asyncio/base_events.py
Lib/asyncio/constants.py
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_ssl.py [new file with mode: 0644]
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Library/2021-05-02-23-44-21.bpo-44011.hd8iUO.rst [new file with mode: 0644]