STINNER Victor added the comment:

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.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to