[issue41686] C++ Embedded 'time.sleep()' is not working on Windows host due to 'Py_InitializeEx(0)'

STINNER Victor report at bugs.python.org
Wed Sep 2 05:52:26 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

By the way, it would be nice to add error handling on:

    sigint_event = CreateEvent(NULL, TRUE, FALSE, FALSE);


See also PR #22049.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41686>
_______________________________________


More information about the Python-bugs-list mailing list