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

Phill report at bugs.python.org
Fri Jan 6 01:48:26 CET 2012


Phill <beerb0x at gmail.com> added the comment:

I have commented out the line:
self._socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)

In lib/multiprocessing/connection.py

as a test and it works fine, the problem still persists for named pipes (im not sure if thats how named pipes are supposed to behave though)

----------

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


More information about the Python-bugs-list mailing list