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 docs@python, pablogsal, pitrou, vstinner
Date 2021-02-18.14:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613658692.98.0.566153002087.issue43256@roundup.psfhosted.org>
In-reply-to
Content
While this makes sense given the exposed functionality, the reader may be wary of calling PyErr_SetInterrupt from a C signal handler if it's not explicitly documented as signal-safe.
History
Date User Action Args
2021-02-18 14:31:33pitrousetrecipients: + pitrou, vstinner, docs@python, pablogsal
2021-02-18 14:31:32pitrousetmessageid: <1613658692.98.0.566153002087.issue43256@roundup.psfhosted.org>
2021-02-18 14:31:32pitroulinkissue43256 messages
2021-02-18 14:31:32pitroucreate