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 neologix
Recipients BreamoreBoy, gearb0x, jnoller, neologix, news1234, pitrou, python-dev
Date 2012-02-05.17:56:18
SpamBayes Score 1.4299367e-10
Marked as misclassified No
Message-id <1328464579.78.0.550184447543.issue8184@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2012-02-05 17:56:19neologixsetrecipients: + neologix, pitrou, jnoller, news1234, BreamoreBoy, python-dev, gearb0x
2012-02-05 17:56:19neologixsetmessageid: <1328464579.78.0.550184447543.issue8184@psf.upfronthosting.co.za>
2012-02-05 17:56:19neologixlinkissue8184 messages
2012-02-05 17:56:18neologixcreate