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 6425c3e commit 78cd775Copy full SHA for 78cd775
Programs/_testembed.c
@@ -2348,7 +2348,7 @@ do_gilstate_ensure(void *semaphore_ptr)
2348
_PySemaphore *semaphore = (_PySemaphore *)semaphore_ptr;
2349
// Signal to the calling thread that we've started
2350
_PySemaphore_Wakeup(semaphore);
2351
- PyGILState_STATE gstate = PyGILState_Ensure(); // This should hang
+ PyGILState_Ensure(); // This should hang
2352
assert(NULL);
2353
}
2354
0 commit comments