Commit 179797b1 authored by László Kiss Kollár's avatar László Kiss Kollár

Add decrlarations from ceval.h

Add PyEval_InitThreads and PyEval_ThreadsInitialized
parent 71a8006c
cdef extern from "Python.h":
void PyEval_InitThreads()
# Initialize and acquire the global interpreter lock.
int PyEval_ThreadsInitialized(void)
# Returns a non-zero value if PyEval_InitThreads() has been called.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment