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 miss-islington
Recipients miss-islington, neologix, pitrou
Date 2021-03-06.15:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615043284.45.0.538067696544.issue43406@roundup.psfhosted.org>
In-reply-to
Content
New changeset 4715be8a4384159e47fb09e5f3bd077734842655 by Antoine Pitrou in branch '3.8':
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24762)
https://github.com/python/cpython/commit/4715be8a4384159e47fb09e5f3bd077734842655
History
Date User Action Args
2021-03-06 15:08:04miss-islingtonsetrecipients: + miss-islington, pitrou, neologix
2021-03-06 15:08:04miss-islingtonsetmessageid: <1615043284.45.0.538067696544.issue43406@roundup.psfhosted.org>
2021-03-06 15:08:04miss-islingtonlinkissue43406 messages
2021-03-06 15:08:04miss-islingtoncreate