New submission from John DeNero <den...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11853> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com