mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
move outside WITH_THREAD conditional
This commit is contained in:
+2
-2
@@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
|
||||
PyEval_SaveThread();
|
||||
}
|
||||
|
||||
#endif /* WITH_THREAD */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* WITH_THREAD */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user