This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, db3l, ocean-city, pitrou, tim.golden
Date 2010-10-15.07:22:28
SpamBayes Score 0.001579371
Marked as misclassified No
Message-id <1287127349.8.0.413710583378.issue10098@psf.upfronthosting.co.za>
In-reply-to
Content
_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.
History
Date User Action Args
2010-10-15 07:22:29amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, db3l, pitrou, ocean-city, tim.golden, brian.curtin
2010-10-15 07:22:29amaury.forgeotdarcsetmessageid: <1287127349.8.0.413710583378.issue10098@psf.upfronthosting.co.za>
2010-10-15 07:22:28amaury.forgeotdarclinkissue10098 messages
2010-10-15 07:22:28amaury.forgeotdarccreate