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
gh-40440: Add a timeout parameter to tkinter wait_variable()
Without a timeout wait_variable() blocks forever if the variable is never
set, for example because the window that would set it was destroyed. The
new keyword-only timeout parameter bounds the wait and returns whether the
variable was modified.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments