Skip to content

Commit 3bf0175

Browse files
committed
move outside WITH_THREAD conditional
1 parent 43162b8 commit 3bf0175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/pystate.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
726726
PyEval_SaveThread();
727727
}
728728

729+
#endif /* WITH_THREAD */
730+
729731
#ifdef __cplusplus
730732
}
731733
#endif
732734

733-
#endif /* WITH_THREAD */
734-
735735

0 commit comments

Comments
 (0)