]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 20 Feb 2022 12:17:15 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 12:17:15 +0000 (14:17 +0200)
commit1f9d4c93af380d00bf2e24bc5f5ce662d41504aa
tree2561f3bc38a6aff5336ab30c869db562955caaad
parent4ab8167b9c60d1a04b2e3116d0c52db254b68cda
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442)
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]