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

Charles-François Natali report at bugs.python.org
Sun Feb 5 18:56:19 CET 2012


Charles-François Natali <neologix at free.fr> added the comment:

> I think you read it wrong.

Duh, I managed to misread both the comment and the code :-)

What my subconscious refused to admit is the fact that on Windows, SO_REUSEADDR allows you to bind to any port - even though the other application didn't set SO_REUSEADDR on its socket - which is a security nightmare.

Anyway, in that case, my last patch should be correct (tested on one of the Win7 buildbots).

----------
keywords: +needs review

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


More information about the Python-bugs-list mailing list