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 louielu
Recipients louielu, ltaylor934, markroseman, roger.serwy, terry.reedy
Date 2017-05-24.07:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495609926.18.0.190786083226.issue14111@psf.upfronthosting.co.za>
In-reply-to
Content
The reproduce step can be reduce to:

1. open idlelib with debugger (./python -m idlelib -d)
2. enter print() (or any other function call)
3. Control-C breakout

Then it will restart the shell.
History
Date User Action Args
2017-05-24 07:12:06louielusetrecipients: + louielu, terry.reedy, roger.serwy, markroseman, ltaylor934
2017-05-24 07:12:06louielusetmessageid: <1495609926.18.0.190786083226.issue14111@psf.upfronthosting.co.za>
2017-05-24 07:12:06louielulinkissue14111 messages
2017-05-24 07:12:06louielucreate