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 giampaolo.rodola
Recipients giampaolo.rodola, intgr, josiahcarlson, klimkin
Date 2010-08-21.17:05:46
SpamBayes Score 0.0013299421
Marked as misclassified No
Message-id <1282410348.34.0.528201094179.issue658749@psf.upfronthosting.co.za>
In-reply-to
Content
The only windows-related error on connect() should be EINVAL
From http://msdn.microsoft.com/en-us/library/ms737625 :

> WSAEALREADY
> A nonblocking connect call is in progress on the specified socket.

The same approach is adopted by Twisted which just returns in that case.
A patch is in attachment.
Assigning the issue to me as a reminder to commit the patch if no further comments are submitted in the next days.
History
Date User Action Args
2010-08-21 17:05:48giampaolo.rodolasetrecipients: + giampaolo.rodola, josiahcarlson, klimkin, intgr
2010-08-21 17:05:48giampaolo.rodolasetmessageid: <1282410348.34.0.528201094179.issue658749@psf.upfronthosting.co.za>
2010-08-21 17:05:47giampaolo.rodolalinkissue658749 messages
2010-08-21 17:05:46giampaolo.rodolacreate