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
The deprecated isSet() method in threading.Event says to use notify_all() instead, but the warning says to use is_set(). is_set() makes more sense, so the docstring should probably be updated to say is_set() like the warning does.