Charles-François Natali <neolo...@free.fr> added the comment:

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.

----------
keywords: +needs review, patch
stage:  -> patch review
versions: +Python 3.3 -Python 2.7, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13215>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to