summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <cf.natali@gmail.com>2014-10-13 18:28:50 (GMT)
committerCharles-François Natali <cf.natali@gmail.com>2014-10-13 18:28:50 (GMT)
commitacbf5235b869ce155b34e2767960d55265f0c261 (patch)
tree8e943bf8b0fd0e8e375dbb1f977c0bfde4694716 /Misc
parentdfbeb160de829d16d3668dec5bc902a31ad25835 (diff)
parent0f4f048fa5ff06438a4624bc1dc02aa458a79748 (diff)
downloadcpython-acbf5235b869ce155b34e2767960d55265f0c261.zip
cpython-acbf5235b869ce155b34e2767960d55265f0c261.tar.gz
cpython-acbf5235b869ce155b34e2767960d55265f0c261.tar.bz2
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1453637..2408aea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -174,6 +174,8 @@ Core and Builtins
Library
-------
+- Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
+
- Issue #13096: Fixed segfault in CTypes POINTER handling of large
values.