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 trent
Recipients trent
Date 2008-04-06.21:24:58
SpamBayes Score 0.006705553
Marked as misclassified No
Message-id <1207517103.11.0.969453173308.issue2550@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached another patch that fixes test_support.bind_port() as well 
as a bunch of files that used that method.  The new implementation 
always uses an ephemeral port in order to elicit an unused port for 
subsequent binding.  Tested on Windows 32-bit & x64 and FreeBSD 6.2.  
Would like to apply sooner rather than later unless anyone has any 
objections as it'll fix my two Windows buildbots that are on the same 
machine from both hanging if they test asynchat at the same time (which 
happens more often than you'd think).
History
Date User Action Args
2008-04-06 21:25:03trentsetspambayes_score: 0.00670555 -> 0.006705553
recipients: + trent
2008-04-06 21:25:03trentsetspambayes_score: 0.00670555 -> 0.00670555
messageid: <1207517103.11.0.969453173308.issue2550@psf.upfronthosting.co.za>
2008-04-06 21:25:02trentlinkissue2550 messages
2008-04-06 21:25:02trentcreate