Browse Source

move outside WITH_THREAD conditional

pull/2332/head
Benjamin Peterson 14 years ago
parent
commit
3bf01757b6
  1. 4
      Python/pystate.c

4
Python/pystate.c

@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
PyEval_SaveThread();
}
#endif /* WITH_THREAD */
#ifdef __cplusplus
}
#endif
#endif /* WITH_THREAD */
Loading…
Cancel
Save