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:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342207963.58.0.539607447258.issue15347@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE fails to close if the debugger was active.

Steps to reproduce:

1) Start IDLE with only a shell.
2) Enable debugger.
3) Press enter in the shell. (Causes debugger to activate)
4) Close the shell window. (File->Exit or click X)
5) Click "OK" in the dialog box.

IDLE keeps running despite all windows being closed.
History
Date User Action Args
2012-07-13 19:32:43roger.serwysetrecipients: + roger.serwy
2012-07-13 19:32:43roger.serwysetmessageid: <1342207963.58.0.539607447258.issue15347@psf.upfronthosting.co.za>
2012-07-13 19:32:43roger.serwylinkissue15347 messages
2012-07-13 19:32:42roger.serwycreate