[issue22435] socketserver.TCPSocket leaks socket to garbage collector if server_bind() fails

Roundup Robot report at bugs.python.org
Mon Oct 13 20:33:10 CEST 2014


Roundup Robot added the comment:

New changeset 9c8016af2ed8 by Charles-François Natali in branch '3.4':
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
https://hg.python.org/cpython/rev/9c8016af2ed8

New changeset 3bd0f2516445 by Charles-François Natali in branch 'default':
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
https://hg.python.org/cpython/rev/3bd0f2516445

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22435>
_______________________________________


More information about the Python-bugs-list mailing list