From: Benjamin Peterson Date: Fri, 13 Apr 2012 22:06:36 +0000 (-0400) Subject: move outside WITH_THREAD conditional X-Git-Tag: v3.3.0a3~236^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bf01757b668eefd9cd2b80887ca824ef3dca777;p=python move outside WITH_THREAD conditional --- diff --git a/Python/pystate.c b/Python/pystate.c index 9fc4c1262d..31b5423d38 100644 --- a/Python/pystate.c +++ b/Python/pystate.c @@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate) PyEval_SaveThread(); } +#endif /* WITH_THREAD */ + #ifdef __cplusplus } #endif -#endif /* WITH_THREAD */ -