]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-88968: Reject socket that is already used as a transport (#98010)
authorGuido van Rossum <guido@python.org>
Fri, 7 Oct 2022 19:56:50 +0000 (12:56 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 19:56:50 +0000 (12:56 -0700)
commitc06276402b5f23d49a39dfcaf45ed81b5c88efe7
tree3a076a7c64241cb9e6e774c82592239c54f7b800
parentc11b667a1d8c13095b295d1a8c4ab6e4ccf0f895
GH-88968: Reject socket that is already used as a transport (#98010)
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py