This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gearb0x
Recipients BreamoreBoy, gearb0x, jnoller, neologix, news1234, pitrou
Date 2012-01-06.00:48:26
SpamBayes Score 0.0024019561
Marked as misclassified No
Message-id <1325810906.99.0.144104621195.issue8184@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2012-01-06 00:48:27gearb0xsetrecipients: + gearb0x, pitrou, jnoller, news1234, neologix, BreamoreBoy
2012-01-06 00:48:26gearb0xsetmessageid: <1325810906.99.0.144104621195.issue8184@psf.upfronthosting.co.za>
2012-01-06 00:48:26gearb0xlinkissue8184 messages
2012-01-06 00:48:26gearb0xcreate