Issue #13502: threading: Fix a race condition in Event.wait() that made it
return False when the event was set and cleared right after.
Showing
Please register or sign in to comment
return False when the event was set and cleared right after.