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 vstinner
Recipients Rosuav, berker.peksag, vstinner
Date 2016-07-22.17:40:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469209240.88.0.841213552127.issue27591@psf.upfronthosting.co.za>
In-reply-to
Content
It's a little strange that nobody reports a multiprocessing crash on Windows before. It looks like ResetEvent() is called with a random number (coming from the uninitialized stack memory).

Windows is probably smart and does nothing if the argument is not a known handle of an event object.
History
Date User Action Args
2016-07-22 17:40:40vstinnersetrecipients: + vstinner, Rosuav, berker.peksag
2016-07-22 17:40:40vstinnersetmessageid: <1469209240.88.0.841213552127.issue27591@psf.upfronthosting.co.za>
2016-07-22 17:40:40vstinnerlinkissue27591 messages
2016-07-22 17:40:40vstinnercreate