[issue14396] Popen wait() doesn't handle spurious wakeups

Roundup Robot report at bugs.python.org
Sun Nov 11 06:10:39 CET 2012


Roundup Robot added the comment:

New changeset d478df13abde by Gregory P. Smith in branch '3.2':
Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when
http://hg.python.org/cpython/rev/d478df13abde

New changeset 61a0eace0f2e by Gregory P. Smith in branch '3.3':
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
http://hg.python.org/cpython/rev/61a0eace0f2e

New changeset 512c1120332f by Gregory P. Smith in branch 'default':
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
http://hg.python.org/cpython/rev/512c1120332f

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list