Message10471

Author zyasoft
Recipients dhable, zyasoft
Date 2015-11-13.23:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447456218.78.0.726177952738.issue2428@psf.upfronthosting.co.za>
In-reply-to
Content
I have a fix (socket-EALREADY.diff) that will be shortly committed, once I have implemented corresponding tests.

The problem is not that Jython connect takes longer, but because socket.connect_ex was not returning errno.EALREADY if the connection was in progress. I also added a short wait time to emulate what is done in CPython (1.25ms).
History
Date User Action Args
2015-11-13 23:10:18zyasoftsetmessageid: <1447456218.78.0.726177952738.issue2428@psf.upfronthosting.co.za>
2015-11-13 23:10:18zyasoftsetrecipients: + zyasoft, dhable
2015-11-13 23:10:18zyasoftlinkissue2428 messages
2015-11-13 23:10:18zyasoftcreate