Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bf0175

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/pystate.c

Lines changed: 2 additions & 2 deletions
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)