lbry-android-sdk/venv/lib/python3.8/site-packages/Cython/Includes/cpython/ceval.pxd
2022-12-02 15:15:34 -05:00

8 lines
236 B
Cython

cdef extern from "Python.h":
void PyEval_InitThreads()
# Initialize and acquire the global interpreter lock.
int PyEval_ThreadsInitialized()
# Returns a non-zero value if PyEval_InitThreads() has been called.