aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/cython/Cython/Includes/cpython/ceval.pxd
blob: f22191f9fe97033b3c12617875e71d0bed196b0e (plain) (blame)
1
2
3
4
5
6
7
8
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.