Gregory P. Smith added the comment:

I think it still applies.  os.waitpid even in blocking mode could hang at the 
whim of the OS.  you aren't guaranteed that your child process has died and the 
OS is ready to return a status code.

----------

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

Reply via email to