[New-bugs-announce] [issue11853] idle3.2 on mac unresponsive on input() called from a source file

John DeNero report at bugs.python.org
Sat Apr 16 05:48:27 CEST 2011


New submission from John DeNero <denero at google.com>:

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.

----------
components: IDLE
files: input.py
messages: 133878
nosy: John.DeNero
priority: normal
severity: normal
status: open
title: idle3.2 on mac unresponsive on input() called from a source file
type: crash
versions: Python 3.2
Added file: http://bugs.python.org/file21679/input.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11853>
_______________________________________


More information about the New-bugs-announce mailing list