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 <[email protected]>
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: <[email protected]>
2020-05-05 14:34:48vstinnerlinkissue40513 messages
2020-05-05 14:34:48vstinnercreate