Ned Deily added the comment:
Thanks for the report. This is the same problem as reported in Issue11088. A
fix will be available in the next releases of Python 3.2 and 2.7. A workaround
is to use the 32-bit-only version of Python 3.2 which uses the Tcl/Tk 8.4 or to
not try to do input() in a
New submission from John DeNero :
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
comman