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 Saimadhav.Heblikar, jesstess, python-dev, taleinat, terry.reedy
Date 2014-06-17.20:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403035480.42.0.0851768922413.issue21686@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to mention that with this particular shutdown order
    @classmethod
    def tearDownClass(cls):
        del cls.text, cls.editwin
        cls.root.destroy()
        del cls.root
the shutdown warning message we have seen about not handling an event  went away. Even though editwin is a dummy, it had to be deleted -- I suspect to delete its reference to the gui text widget.
History
Date User Action Args
2014-06-17 20:04:40terry.reedysetrecipients: + terry.reedy, taleinat, jesstess, python-dev, Saimadhav.Heblikar
2014-06-17 20:04:40terry.reedysetmessageid: <1403035480.42.0.0851768922413.issue21686@psf.upfronthosting.co.za>
2014-06-17 20:04:40terry.reedylinkissue21686 messages
2014-06-17 20:04:40terry.reedycreate