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 gpolo, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-08-20.14:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408544381.68.0.237360840846.issue22236@psf.upfronthosting.co.za>
In-reply-to
Content
Currently many Tkinter tests depends on tkinter._default_root. I.e. they reuse the same Tcl interpreter and main window. This can cause unexpected dependencies between tests. Proposed patch creates new root for every test, this makes tests mutually independent. It also fixes some bugs in NoDefaultRoot mode and get rid of 'can't invoke "event" command:' messages in tests. This patch is needed to run Tkinter tests in different "wantobjects" modes (issue21585).
History
Date User Action Args
2014-08-20 14:19:45serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo, zach.ware
2014-08-20 14:19:41serhiy.storchakasetmessageid: <1408544381.68.0.237360840846.issue22236@psf.upfronthosting.co.za>
2014-08-20 14:19:41serhiy.storchakalinkissue22236 messages
2014-08-20 14:19:41serhiy.storchakacreate