mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
move outside WITH_THREAD conditional
This commit is contained in:
parent
43162b8a02
commit
3bf01757b6
@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
|
||||
PyEval_SaveThread();
|
||||
}
|
||||
|
||||
#endif /* WITH_THREAD */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* WITH_THREAD */
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user