Kaydet (Commit) 7c0b44ec authored tarafından Benjamin Peterson's avatar Benjamin Peterson

move outside WITH_THREAD conditional

üst 6688eb53
...@@ -653,10 +653,10 @@ PyGILState_Release(PyGILState_STATE oldstate) ...@@ -653,10 +653,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
PyEval_SaveThread(); PyEval_SaveThread();
} }
#endif /* WITH_THREAD */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* WITH_THREAD */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment