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 xiang.zhang
Recipients ned.deily, xiang.zhang
Date 2016-08-31.17:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472665002.34.0.0850471901825.issue27918@psf.upfronthosting.co.za>
In-reply-to
Content
When I run test suites I find something interesting. Even if I don't enable gui resource there are still windows flashing. The two tests are test_idle and test_tk. I think the root cause is that they both use test.support.import_module with no reason and then root.update(in _is_gui_available) is called and windows flash. Comment out root.update windows are gone. Is this a must or can we find some way to suppress this?
History
Date User Action Args
2016-08-31 17:36:42xiang.zhangsetrecipients: + xiang.zhang, ned.deily
2016-08-31 17:36:42xiang.zhangsetmessageid: <1472665002.34.0.0850471901825.issue27918@psf.upfronthosting.co.za>
2016-08-31 17:36:42xiang.zhanglinkissue27918 messages
2016-08-31 17:36:42xiang.zhangcreate