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 martin.panter
Recipients Michiel.de.Hoon, martin.panter, mdehoon, r.david.murray, serhiy.storchaka, vstinner
Date 2015-05-25.09:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432544679.3.0.321384809601.issue23237@psf.upfronthosting.co.za>
In-reply-to
Content
I left a couple comments on Reitveld. The main question is: is there any reason why we can’t poll PyErr_CheckSignals() directly the tkinter EventHook loop, rather than juggling a new SIGINT handler then reraising it? That way we might trigger other Python signal handlers properly as well.
History
Date User Action Args
2015-05-25 09:04:39martin.pantersetrecipients: + martin.panter, mdehoon, vstinner, r.david.murray, serhiy.storchaka, Michiel.de.Hoon
2015-05-25 09:04:39martin.pantersetmessageid: <1432544679.3.0.321384809601.issue23237@psf.upfronthosting.co.za>
2015-05-25 09:04:39martin.panterlinkissue23237 messages
2015-05-25 09:04:38martin.pantercreate