]> granicus.if.org Git - python/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:19:26 +0000 (19:19 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Mon, 13 Oct 2014 18:19:26 +0000 (19:19 +0100)
commit0f4f048fa5ff06438a4624bc1dc02aa458a79748
tree26aa0625a57f2e7d49c3c93a9a7c30d3b9d4f631
parentefc7258377e79cff0ea41f97fa999873325e2fb5
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Lib/socketserver.py
Lib/test/test_socketserver.py
Misc/NEWS