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 jdemeyer
Recipients gregory.p.smith, jdemeyer, ncoghlan, njs, pitrou, yselivanov
Date 2019-08-07.08:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565165625.06.0.365912746774.issue31388@roundup.psfhosted.org>
In-reply-to
Content
Another idea I had is to somehow deal with this in PyErr_WriteUnraisable: whenever PyErr_WriteUnraisable is called for a KeyboardInterrupt, defer that exception to a later time, for example when _PyEval_EvalFrameDefault() is called.
History
Date User Action Args
2019-08-07 08:13:45jdemeyersetrecipients: + jdemeyer, gregory.p.smith, ncoghlan, pitrou, njs, yselivanov
2019-08-07 08:13:45jdemeyersetmessageid: <1565165625.06.0.365912746774.issue31388@roundup.psfhosted.org>
2019-08-07 08:13:45jdemeyerlinkissue31388 messages
2019-08-07 08:13:44jdemeyercreate