[issue8184] multiprocessing.managers will not fail if listening ocket already in use

Antoine Pitrou report at bugs.python.org
Wed Jan 11 20:10:25 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> I noticed that if bind() fails (in this case with EADDRINUSE), the
> socket isn't closed (FD leak).

Well it would probably be closed when the connection object is
destroyed, but the patch looks ok anyway.

----------

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


More information about the Python-bugs-list mailing list