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

Steve Dower report at bugs.python.org
Wed Jul 15 14:11:47 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

At a guess, it's probably the signal emulation (a.k.a. Ctrl+C support). We could save some time by checking the requested handle first without blocking, and only beginning the blocking call if it's not available.

----------

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


More information about the Python-bugs-list mailing list