]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Mar 2022 15:23:47 +0000 (08:23 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 15:23:47 +0000 (08:23 -0700)
commit64a68c39cb508b016e5a4486ebb4052f6e65fca0
tree82c0566232da288d8180ad54da77f2784af3cb7e
parent91dfa917e56527c3c3a715f4274a017273c4d664
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)

(cherry picked from commit 70155412f1543f100d4aa309b8691cbcabd3e0e1)

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
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]