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 John.DeNero
Recipients John.DeNero
Date 2011-04-16.03:48:26
SpamBayes Score 9.91982e-07
Marked as misclassified No
Message-id <1302925707.76.0.539725680969.issue11853@psf.upfronthosting.co.za>
In-reply-to
Content
idle3.2 becomes unresponsive if the input() function is called from a source file run via F5.

To repeat:
- Create a script file with the contents: "input()"
- Press F5 to run
- Idle is now unresponsive and ^C interrupt is not caught unless issued at the command line

Note that calling input() from idle's interactive shell works fine, as does running the script from the command line.
History
Date User Action Args
2011-04-16 03:48:27John.DeNerosetrecipients: + John.DeNero
2011-04-16 03:48:27John.DeNerosetmessageid: <1302925707.76.0.539725680969.issue11853@psf.upfronthosting.co.za>
2011-04-16 03:48:26John.DeNerolinkissue11853 messages
2011-04-16 03:48:26John.DeNerocreate