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 pitrou
Recipients Kotan, brian.curtin, loewis, pitrou, tim.golden
Date 2010-11-20.14:59:20
SpamBayes Score 0.001433288
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The core problem seems to be that the errno module has mismatching values on your Python build (for ECONNREFUSED and EWOULDBLOCK, at least, which explains all 4 failures). On a Windows 7 VM here:

>>> errno.ECONNREFUSED
10061
>>> errno.EWOULDBLOCK
10035
History
Date User Action Args
2010-11-20 14:59:26pitrousetrecipients: + pitrou, loewis, tim.golden, brian.curtin, Kotan
2010-11-20 14:59:26pitrousetmessageid: <[email protected]>
2010-11-20 14:59:20pitroulinkissue10469 messages
2010-11-20 14:59:20pitroucreate