[issue41299] Python3 threading.Event().wait time is twice as large as Python27

Ryan Hileman report at bugs.python.org
Mon Jun 14 04:01:16 EDT 2021


Ryan Hileman <lunixbochs at gmail.com> added the comment:

Perhaps the simplest initial fix would be to move that check down to PyThread__init_thread() in the same file. I'm not sure what the cpython convention for that kind of init error is, would it just be the same Py_FatalError block or is there a better pattern?

----------

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


More information about the Python-bugs-list mailing list