From e307451be16e5bf59b38ec5aea76f68c0831fb65 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 13 Apr 2012 18:06:36 -0400 Subject: move outside WITH_THREAD conditional --- Python/pystate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Python/pystate.c') 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 */ - -- cgit v1.2.1