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 tim.golden
Recipients Devin Jeanpierre, Dude-X, amaury.forgeotdarc, brian.curtin, christian.heimes, loewis, mhammond, pitrou, r.david.murray, ronaldoussoren, santoso.wijaya, tim.golden
Date 2012-06-28.09:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340875921.63.0.961083702042.issue1677@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch against Python 2.7. It checks in a loop for SIGINT and, if it still hasn't fired, assumed Ctrl-Z was pressed which generates the same error.
History
Date User Action Args
2012-06-28 09:32:01tim.goldensetrecipients: + tim.golden, loewis, mhammond, ronaldoussoren, amaury.forgeotdarc, pitrou, christian.heimes, Dude-X, Devin Jeanpierre, r.david.murray, brian.curtin, santoso.wijaya
2012-06-28 09:32:01tim.goldensetmessageid: <1340875921.63.0.961083702042.issue1677@psf.upfronthosting.co.za>
2012-06-28 09:32:00tim.goldenlinkissue1677 messages
2012-06-28 09:32:00tim.goldencreate