[issue11185] test_wait4 error on AIX

Charles-Francois Natali report at bugs.python.org
Mon Mar 7 21:53:54 CET 2011


Charles-Francois Natali <neologix at free.fr> added the comment:

> wait4 without WNOHANG works fine. waitpid works fine even with WNOHANG.
> I don't know which workaround is the better.

As far as the test is concerned, it's of course better to use wait4
without WNOHANG in a test names test_wait4 (especially since waitpid
is tested elsewhere)...

----------

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


More information about the Python-bugs-list mailing list