]> granicus.if.org Git - python/commitdiff
move outside WITH_THREAD conditional
authorBenjamin Peterson <benjamin@python.org>
Fri, 13 Apr 2012 22:06:36 +0000 (18:06 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 13 Apr 2012 22:06:36 +0000 (18:06 -0400)
Python/pystate.c

index 9fc4c1262daffd71d1ce9a89f2706495f6646d9d..31b5423d38e44d6ad4cfc019d7f945a65aa06ee5 100644 (file)
@@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
         PyEval_SaveThread();
 }
 
+#endif /* WITH_THREAD */
+
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* WITH_THREAD */
-