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 Lita.Cho
Recipients Lita.Cho, gpolo, jesstess, serhiy.storchaka, zach.ware
Date 2014-05-28.23:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401320654.15.0.919943966393.issue21585@psf.upfronthosting.co.za>
In-reply-to
Content
So I don't know what the best way to do this, but I changed the widget_tests.py in order to set tkinter.wantobjects = 0 if a 'wantobjects' flag was passed through test.support.use_resources. 

Then I added a new test called test_ttk_guionly_wantobj, where it turns on wantobjects. If we create a new module, then we start off with a clean tkinter object.

Before I go this route for all the tests, I wanted to make sure if this was the correct way to go about it.
History
Date User Action Args
2014-05-28 23:44:14Lita.Chosetrecipients: + Lita.Cho, gpolo, jesstess, zach.ware, serhiy.storchaka
2014-05-28 23:44:14Lita.Chosetmessageid: <1401320654.15.0.919943966393.issue21585@psf.upfronthosting.co.za>
2014-05-28 23:44:14Lita.Cholinkissue21585 messages
2014-05-28 23:44:13Lita.Chocreate