diff options
| -rw-r--r-- | Python/pystate.c | 4 | 
1 files changed, 2 insertions, 2 deletions
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 */ -  | 
