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 serhiy.storchaka
Recipients kbk, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-02-05.11:18:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391599124.42.0.310750596173.issue20167@psf.upfronthosting.co.za>
In-reply-to
Content
1. try/except should be inside a loop, not outside.
 
2. It would be better not to hide the problem under the rug, but find why the order of destruction is different when open shell window. Of course, if better solution will not be found, we will have to apply this patch before 3.4 releasing.
History
Date User Action Args
2014-02-05 11:18:44serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, taleinat, roger.serwy
2014-02-05 11:18:44serhiy.storchakasetmessageid: <1391599124.42.0.310750596173.issue20167@psf.upfronthosting.co.za>
2014-02-05 11:18:44serhiy.storchakalinkissue20167 messages
2014-02-05 11:18:44serhiy.storchakacreate