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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27918>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to