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 ca06d61 commit 9827b43Copy full SHA for 9827b43
Modules/_threadmodule.c
@@ -298,7 +298,7 @@ _PyThread_AfterFork(struct _pythread_runtime_state *state)
298
299
// Keep handles for threads that have not been started yet. They are
300
// safe to start in the child process.
301
- if (handle->state == THREAD_HANDLE_NOT_STARTED){
+ if (handle->state == THREAD_HANDLE_NOT_STARTED) {
302
continue;
303
}
304
0 commit comments