[issue3352] Deficiencies in multiprocessing/threading API

Jesse Noller report at bugs.python.org
Tue Aug 19 20:43:23 CEST 2008


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

>
> Nick Coghlan <ncoghlan at gmail.com> added the comment:
>
> Note regarding those comments - only the exitcode one is something we
> should try to get sorted for the beta. Backing out the deprecation
> warnings and cleaning up the documentation can wait for the first
> release candidate.
>

Actually, re-examining .exitcode - it wraps the custom forking.Popen
class .poll() method, this method should not block (forking.py, line
104) - the WNOHANG call passed to os.waitpid means it should also not
hang.

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


More information about the Python-bugs-list mailing list