[issue43406] Possible race condition between signal catching and signal.signal

miss-islington report at bugs.python.org
Sat Mar 6 10:07:53 EST 2021


miss-islington <mariatta.wijaya+miss-islington at gmail.com> added the comment:


New changeset 1385f8355a036fd65aaf9c7e7ab48467ca922bcf by Miss Islington (bot) in branch '3.9':
[3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24761)
https://github.com/python/cpython/commit/1385f8355a036fd65aaf9c7e7ab48467ca922bcf


----------

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


More information about the Python-bugs-list mailing list