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 roger.serwy
Recipients roger.serwy
Date 2012-07-13.19:38:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342208290.25.0.778184843655.issue15348@psf.upfronthosting.co.za>
In-reply-to
Content
The IDLE shell does not respond to commands if the debugger window is closed by clicking "X". This is due to PyShell's "executing" flag not being reset.

Steps to reproduce:

1) Start IDLE with a shell.
2) Enable debugger.
3) Press enter in the shell. (activates the debugger)
4) Close the debugger by clicking "X".

The shell is no longer responsive to new commands. Selecting "Restart Shell" does not fix the problem either.
History
Date User Action Args
2012-07-13 19:38:10roger.serwysetrecipients: + roger.serwy
2012-07-13 19:38:10roger.serwysetmessageid: <1342208290.25.0.778184843655.issue15348@psf.upfronthosting.co.za>
2012-07-13 19:38:09roger.serwylinkissue15348 messages
2012-07-13 19:38:09roger.serwycreate