Commit 3bf01757 authored by Benjamin Peterson's avatar Benjamin Peterson

move outside WITH_THREAD conditional

parent 43162b8a
......@@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
PyEval_SaveThread();
}
#endif /* WITH_THREAD */
#ifdef __cplusplus
}
#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