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 vstinner
Recipients shihai1991, vstinner
Date 2020-05-05.14:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588689288.55.0.729247724941.issue40513@roundup.psfhosted.org>
In-reply-to
Content
For signals_pending, see also: bpo-40010 "Inefficient signal handling in multithreaded applications" which added _Py_ThreadCanHandleSignals() and _Py_ThreadCanHandlePendingCalls() functions.
History
Date User Action Args
2020-05-05 14:34:48vstinnersetrecipients: + vstinner, shihai1991
2020-05-05 14:34:48vstinnersetmessageid: <1588689288.55.0.729247724941.issue40513@roundup.psfhosted.org>
2020-05-05 14:34:48vstinnerlinkissue40513 messages
2020-05-05 14:34:48vstinnercreate