[issue10098] intermittent failure in test_os

Amaury Forgeot d'Arc report at bugs.python.org
Fri Oct 15 09:22:29 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

_kill_with_event() does not wait for the subprocess to be ready.
It seems to me that the following test is wrong:
    if m[0] == 0:
It should be "if m[0] == 1", since we want to check that the subprocess updated the shared memory.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list