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 jnoller
Recipients benjamin.peterson, donmez, jnoller, mark.dickinson, roudkerk
Date 2008-08-11.18:02:52
SpamBayes Score 1.0250323e-05
Marked as misclassified No
Message-id <1218477774.54.0.672275800414.issue3419@psf.upfronthosting.co.za>
In-reply-to
Content
Hey Mark - I took a look at the mp_nohang patch you added - and you're 
right, the connection refused error numbers are different from platform to 
platform. So rather than use a static list, I switched the code to use the 
errno module.

Can you apply this and confirm it works for you?
History
Date User Action Args
2008-08-11 18:02:54jnollersetrecipients: + jnoller, mark.dickinson, donmez, roudkerk, benjamin.peterson
2008-08-11 18:02:54jnollersetmessageid: <1218477774.54.0.672275800414.issue3419@psf.upfronthosting.co.za>
2008-08-11 18:02:53jnollerlinkissue3419 messages
2008-08-11 18:02:53jnollercreate