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 terry.reedy
Recipients kbk, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-02-08.09:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391852421.33.0.547235510334.issue20167@psf.upfronthosting.co.za>
In-reply-to
Content
I checked that -m idlelib acts the same as -m idlelib.idle, and that there is still a problem after opening a second editor window after the original. So the messages seem tied to not opening a shell window. In testing the patch, I noticed that exceptions are now occurring in all three .__del__ methods. With the candidate release imminent, I decided to only fix what is broken and only apply to 3.4 and not worry now about possible merge problems in the future.
History
Date User Action Args
2014-02-08 09:40:21terry.reedysetrecipients: + terry.reedy, kbk, taleinat, roger.serwy, serhiy.storchaka
2014-02-08 09:40:21terry.reedysetmessageid: <1391852421.33.0.547235510334.issue20167@psf.upfronthosting.co.za>
2014-02-08 09:40:21terry.reedylinkissue20167 messages
2014-02-08 09:40:20terry.reedycreate