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 trey
Recipients gslavin, ncoghlan, rhettinger, steven.daprano, terry.reedy, trey, vstinner, wim.glenn
Date 2016-09-30.14:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475247280.38.0.418762874323.issue26351@psf.upfronthosting.co.za>
In-reply-to
Content
This is a problem I experience occasionally while teaching and while developing teaching curriculum.

I tend to close problem windows quickly enough to avoid a computer crash in front of a live audience, but it's still an annoyance to get the REPL state back to the way I had it before killing the process.

This mostly happens when I'm teaching iterators or itertools, but occasionally I hit a "Ctrl-C free zone" in other ways.  I believe this memory-filling snippet wouldn't respond to Ctrl-C either: x=[0]*2**30

I hadn't thought to report a bug on this because my use seemed niche.  I mostly get this error while demonstrating concepts via weird/incorrect code at the REPL.
History
Date User Action Args
2016-09-30 14:54:40treysetrecipients: + trey, rhettinger, terry.reedy, ncoghlan, vstinner, steven.daprano, wim.glenn, gslavin
2016-09-30 14:54:40treysetmessageid: <1475247280.38.0.418762874323.issue26351@psf.upfronthosting.co.za>
2016-09-30 14:54:40treylinkissue26351 messages
2016-09-30 14:54:39treycreate