[issue45274] Race condition in Thread._wait_for_tstate_lock()

Pablo Galindo Salgado report at bugs.python.org
Thu Sep 23 17:59:53 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> Add a context manager which suppresses keyboard interruption.

That's not enough technically. This can be any signal handler that raises an exception, no?

----------

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


More information about the Python-bugs-list mailing list