summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2022-03-15 14:59:02 (GMT)
committerGitHub <noreply@github.com>2022-03-15 14:59:02 (GMT)
commit70155412f1543f100d4aa309b8691cbcabd3e0e1 (patch)
tree3e5e79fbcd0032c80a16cff13710d29ea5aafc81 /Misc/NEWS.d/next
parent6dfe09fc5fd5a3ddc6009d5656e635eae30c5240 (diff)
downloadcpython-70155412f1543f100d4aa309b8691cbcabd3e0e1.zip
cpython-70155412f1543f100d4aa309b8691cbcabd3e0e1.tar.gz
cpython-70155412f1543f100d4aa309b8691cbcabd3e0e1.tar.bz2
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-15-07-53-45.bpo-43253.rjdLFj.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-15-07-53-45.bpo-43253.rjdLFj.rst b/Misc/NEWS.d/next/Library/2022-03-15-07-53-45.bpo-43253.rjdLFj.rst
new file mode 100644
index 0000000..b9920cb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-15-07-53-45.bpo-43253.rjdLFj.rst
@@ -0,0 +1 @@
+Fix a crash when closing transports where the underlying socket handle is already invalid on the Proactor event loop.