From: Benjamin Peterson Date: Fri, 13 Apr 2012 22:06:36 +0000 (-0400) Subject: move outside WITH_THREAD conditional X-Git-Tag: v2.7.4rc1~905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c0b44ec1725eeacdcfd02376e5d5a39ccdc5c79;p=thirdparty%2FPython%2Fcpython.git move outside WITH_THREAD conditional --- diff --git a/Python/pystate.c b/Python/pystate.c index 70ade98285dd..d7d127b2559e 100644 --- a/Python/pystate.c +++ b/Python/pystate.c @@ -653,10 +653,10 @@ PyGILState_Release(PyGILState_STATE oldstate) PyEval_SaveThread(); } +#endif /* WITH_THREAD */ + #ifdef __cplusplus } #endif -#endif /* WITH_THREAD */ -