[issue27918] Running test suites without gui but still having windows flash

Terry J. Reedy report at bugs.python.org
Mon Sep 5 00:15:59 EDT 2016


Terry J. Reedy added the comment:

This issue only addresses and fixes the 1 flash per process from test.support.is_gui_available.  I separately added root.withdraw to IDLE tests in #27922, to stop their flashes.  Doing the same for tkinter tests would be a third issue.  I believe it would be easy since tkinter has a support module with mechanisms to set up and tear down root windows.  (I am thinking of something similar for IDLE.)  I leave this to Serhiy.

----------
assignee:  -> terry.reedy
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list