This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients neologix, pitrou
Date 2021-03-05.09:33:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614936799.86.0.885319423682.issue43406@roundup.psfhosted.org>
In-reply-to
Content
New changeset 68245b7a1030287294c65c298975ab9026543fd2 by Antoine Pitrou in branch 'master':
bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756)
https://github.com/python/cpython/commit/68245b7a1030287294c65c298975ab9026543fd2
History
Date User Action Args
2021-03-05 09:33:19pitrousetrecipients: + pitrou, neologix
2021-03-05 09:33:19pitrousetmessageid: <1614936799.86.0.885319423682.issue43406@roundup.psfhosted.org>
2021-03-05 09:33:19pitroulinkissue43406 messages
2021-03-05 09:33:19pitroucreate