]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44011: New asyncio ssl implementation (#31275)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 15 Feb 2022 13:04:00 +0000 (18:34 +0530)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 13:04:00 +0000 (15:04 +0200)
commit13c10bfb777483c7b02877aab029345a056b809c
tree4a94952a81baef1c7ceef4edc5f5d5cc6e33e2e9
parent3be1a443ca8e7d4ba85f95b78df5c4122cae9ede
bpo-44011: New asyncio ssl implementation (#31275)

* bpo-44011: New asyncio ssl implementation

Co-Authored-By: Andrew Svetlov <andrew.svetlov@gmail.com>
* fix warning

* fix typo

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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]