◐ Shell
clean mode source ↗

Message 294330 - Python tracker

Message294330

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