ceval.pxd 236 B

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