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 Michiel.de.Hoon
Recipients Araneidae, Michiel.de.Hoon, ajaksu2, vstinner
Date 2015-01-14.00:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421195897.53.0.632064417033.issue3180@psf.upfronthosting.co.za>
In-reply-to
Content
As it happens, we just ran into the same bug.
To reproduce this issue, run

>>> from Tkinter import *
>>> Tk()

Then Ctrl-C will not generate a KeyboardInterrupt.

At first glance, the solution suggested by the original poster seems good. Can this issue by reopened? I'd be happy to take over this issue report and check the patch in more detail.
History
Date User Action Args
2015-01-14 00:38:17Michiel.de.Hoonsetrecipients: + Michiel.de.Hoon, vstinner, ajaksu2, Araneidae
2015-01-14 00:38:17Michiel.de.Hoonsetmessageid: <1421195897.53.0.632064417033.issue3180@psf.upfronthosting.co.za>
2015-01-14 00:38:17Michiel.de.Hoonlinkissue3180 messages
2015-01-14 00:38:17Michiel.de.Hooncreate