]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based methods ...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 20 Feb 2022 12:49:27 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 12:49:27 +0000 (14:49 +0200)
commit64705e6a94a28abeeafeddb8e9a68a8500e1d91b
tree658c1efb6a706d9874b0c0390629c1b37b573c40
parenta6116a980c9eae91c2f9af7cbd0a9727e9b887ba
[3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) (GH-31444)

(cherry picked from commit 1f9d4c93af380d00bf2e24bc5f5ce662d41504aa)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/base_events.py
Lib/asyncio/selector_events.py
Misc/NEWS.d/next/Library/2022-02-20-12-59-46.bpo-46252.KG1SqA.rst [new file with mode: 0644]