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, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-06-24.15:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403622991.9.0.799579160909.issue20567@psf.upfronthosting.co.za>
In-reply-to
Content
I recently saw the same message when developing an individual idle_test module on repository debug builds even though all class attributes were being deleted. One was an Idle EditorWindow. I solved the problem by deleting the class attributes other than root before root.destroy. I should recheck all modules/classes with attributes other than root.
History
Date User Action Args
2014-06-24 15:16:31terry.reedysetrecipients: + terry.reedy, kbk, ned.deily, roger.serwy, python-dev, serhiy.storchaka
2014-06-24 15:16:31terry.reedysetmessageid: <1403622991.9.0.799579160909.issue20567@psf.upfronthosting.co.za>
2014-06-24 15:16:31terry.reedylinkissue20567 messages
2014-06-24 15:16:31terry.reedycreate