Message225570
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). |
|
Date |
User |
Action |
Args |
2014-08-20 14:19:45 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, gpolo, zach.ware |
2014-08-20 14:19:41 | serhiy.storchaka | set | messageid: <1408544381.68.0.237360840846.issue22236@psf.upfronthosting.co.za> |
2014-08-20 14:19:41 | serhiy.storchaka | link | issue22236 messages |
2014-08-20 14:19:41 | serhiy.storchaka | create | |
|