]> 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 70ade98285dd9822f44fb7469e1da7bb285f50cb..d7d127b2559e895136499b5672892311e67a9e28 100644 (file)
@@ -653,10 +653,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
         PyEval_SaveThread();
 }
 
+#endif /* WITH_THREAD */
+
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* WITH_THREAD */
-