We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87272b7 commit fcda0f5Copy full SHA for fcda0f5
Include/internal/pycore_condvar.h
@@ -60,7 +60,7 @@ typedef CRITICAL_SECTION PyMUTEX_T;
60
with a Semaphore.
61
Semaphores are available on Windows XP (2003 server) and later.
62
We use a Semaphore rather than an auto-reset event, because although
63
- an auto-resent event might appear to solve the lost-wakeup bug (race
+ an auto-reset event might appear to solve the lost-wakeup bug (race
64
condition between releasing the outer lock and waiting) because it
65
maintains state even though a wait hasn't happened, there is still
66
a lost wakeup problem if more than one thread are interrupted in the
0 commit comments