Pracownia_programowania/venv/Lib/site-packages/Cython/Includes/cpython/ceval.pxd

9 lines
236 B
Cython
Raw Normal View History

2020-02-01 19:54:00 +01:00
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.