]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
authorCharles-François Natali <cf.natali@gmail.com>
Mon, 13 Oct 2014 18:28:50 +0000 (19:28 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Mon, 13 Oct 2014 18:28:50 +0000 (19:28 +0100)
commitacbf5235b869ce155b34e2767960d55265f0c261
tree8e943bf8b0fd0e8e375dbb1f977c0bfde4694716
parentdfbeb160de829d16d3668dec5bc902a31ad25835
parent0f4f048fa5ff06438a4624bc1dc02aa458a79748
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Lib/socketserver.py
Lib/test/test_socketserver.py
Misc/NEWS