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 Juan
Recipients Juan, serhiy.storchaka, terry.reedy
Date 2017-02-22.14:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487774774.25.0.181231673135.issue29616@psf.upfronthosting.co.za>
In-reply-to
Content
What I meant was:
1. Open a file whose content is "input()" with IDLE
2. F5
3. Type something but without pressing Enter.
4. Come back to the script (with input() still responding to keystrokes on the input line)
5. F5
6. Bug. (Results vary even on the same machine by closing and opening Python again, sometimes whatever you pressed in step 3 disappears, sometimes it just takes input, doesn't respond to commands similar (not equal) to "while(1): pass")
History
Date User Action Args
2017-02-22 14:46:14Juansetrecipients: + Juan, terry.reedy, serhiy.storchaka
2017-02-22 14:46:14Juansetmessageid: <1487774774.25.0.181231673135.issue29616@psf.upfronthosting.co.za>
2017-02-22 14:46:14Juanlinkissue29616 messages
2017-02-22 14:46:14Juancreate