[issue3419] multiprocessing module is racy

Jesse Noller report at bugs.python.org
Mon Aug 11 20:02:54 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

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?

Added file: http://bugs.python.org/file11100/mp_nohang_jnoller.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3419>
_______________________________________


More information about the Python-bugs-list mailing list