]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
authorMaximilian Hils <git@maximilianhils.com>
Tue, 15 Mar 2022 14:59:02 +0000 (15:59 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 14:59:02 +0000 (16:59 +0200)
commit70155412f1543f100d4aa309b8691cbcabd3e0e1
tree3e5e79fbcd0032c80a16cff13710d29ea5aafc81
parent6dfe09fc5fd5a3ddc6009d5656e635eae30c5240
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2022-03-15-07-53-45.bpo-43253.rjdLFj.rst [new file with mode: 0644]