mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
move outside WITH_THREAD conditional
This commit is contained in:
@@ -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