]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 20 Feb 2022 12:45:02 +0000 (14:45 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 12:45:02 +0000 (14:45 +0200)
commitdde048819f3975bdf98b3e50ea9ef8ea25ecdb8e
tree1396741c3b970b9d9e7a6c475ec34619adb549a3
parentea3e0421b04a6081d604786a40e7f27ff854b428
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443)

(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]