Message7051

Author amak
Recipients amak, fwierzbicki
Date 2012-04-14.15:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334417927.26.0.934058906917.issue1857@psf.upfronthosting.co.za>
In-reply-to
Content
I've re-enabled a number of tests, which were caused by use of an ephemeral port number.

http://hg.python.org/jython/rev/10816fbd95c7

Because the port number was taken *before* the actual binding of the server socket (because of deferred socket creation on jython), an attempt was made to connect a client socket to port '0', which resulted in an "Address already in use" error.

There are still some issues remaining, primarily with dangling threads.
History
Date User Action Args
2012-04-14 15:38:47amaksetmessageid: <1334417927.26.0.934058906917.issue1857@psf.upfronthosting.co.za>
2012-04-14 15:38:47amaksetrecipients: + amak, fwierzbicki
2012-04-14 15:38:47amaklinkissue1857 messages
2012-04-14 15:38:46amakcreate