You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pythongh-97527: IDLE: protect macosx Tk() call when no GUI
Only call tkinter.tk and its follow-up code in _init_tk_type
when requires('gui') does not raise. This function can be
called as an unintended side-effect of calling other idlelib
code as part of tests on macOS without a GUI enabled.
0 commit comments