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 neologix
Recipients bgilbert, neologix, pitrou
Date 2011-11-15.20:40:06
SpamBayes Score 6.215192e-05
Marked as misclassified No
Message-id <1321389607.75.0.392326544058.issue13215@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch removing the automatic retry on ECONNREFUSED: I tested it on Linux and other Unices, and it seems to work just fine without this hammering.
Note that there's a similar mechanism for Windows (ERROR_PIPE_BUSY), but it seems to be necessary there (test_multiprocessing blows up without this). Note that I'd rather only apply this to default (not 2.7 and 3.2), since this is more of a behavior change than a bug fix.
History
Date User Action Args
2011-11-15 20:40:07neologixsetrecipients: + neologix, pitrou, bgilbert
2011-11-15 20:40:07neologixsetmessageid: <1321389607.75.0.392326544058.issue13215@psf.upfronthosting.co.za>
2011-11-15 20:40:07neologixlinkissue13215 messages
2011-11-15 20:40:06neologixcreate