]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2019 12:45:07 +0000 (04:45 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2019 12:45:07 +0000 (04:45 -0800)
commita85066df9423d381e6b233469b00db55563a9f80
treeeed2998378f50f5f03da9267de31d3fa0c444316
parent8ce85a31e6987029832f4e33c4716eb513938c57
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457)

https://bugs.python.org/issue37404
(cherry picked from commit 892f9e0777f262d366d4747a54c33a1c15a49da6)

Co-authored-by: idomic <michael.ido@gmail.com>
Lib/asyncio/selector_events.py
Misc/NEWS.d/next/Build/2019-12-01-21-45-24.bpo-37404.cNsA7S.rst [new file with mode: 0644]