mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
move outside WITH_THREAD conditional
This commit is contained in:
parent
43162b8a02
commit
3bf01757b6
1 changed files with 2 additions and 2 deletions
|
@ -726,10 +726,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
|
||||||
PyEval_SaveThread();
|
PyEval_SaveThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* WITH_THREAD */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* WITH_THREAD */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue