]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 3 May 2021 15:21:59 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 15:21:59 +0000 (16:21 +0100)
commit7719953b30430b351ba0f153c2b51b16cc68ee36
tree8014086b85a13ed79d45e29ab74a9a9f5c9c68eb
parent39494285e15dc2d291ec13de5045b930eaf0a3db
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)

This reverts commit 5fb06edbbb769561e245d0fe13002bab50e2ae60 and all
subsequent dependent commits.
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 [deleted file]
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Library/2021-05-02-23-44-21.bpo-44011.hd8iUO.rst [deleted file]