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 pitrou
Date 2021-03-01.17:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614621328.26.0.486134499262.issue43356@roundup.psfhosted.org>
In-reply-to
Content
PyErr_SetInterrupt() is useful if you want to simulate the effect of a SIGINT.
It would be helpful to provide a similar primitive for other signal numbers, e.g. `PyErr_SetInterruptEx(int signum)`.
History
Date User Action Args
2021-03-01 17:55:28pitrousetrecipients: + pitrou
2021-03-01 17:55:28pitrousetmessageid: <1614621328.26.0.486134499262.issue43356@roundup.psfhosted.org>
2021-03-01 17:55:28pitroulinkissue43356 messages
2021-03-01 17:55:27pitroucreate