[issue27611] test_tix cannot import _default_root after test_idle

Terry J. Reedy report at bugs.python.org
Sun Jul 24 23:10:06 EDT 2016


Terry J. Reedy added the comment:

I could reverse the effect of test_idle calling tk.NoDefaultRoot by adding
    tk._support_default_root = 1
    tk._default_root = None
at the very end, but I take Serhiy's comment as suggesting that there should be no need.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27611>
_______________________________________


More information about the Python-bugs-list mailing list