Commit 08efed85 authored by scoder's avatar scoder Committed by GitHub

Merge pull request #2305 from lkollar/ceval-declarations

Add decrlarations from ceval.h
parents 4a0df05c 179797b1
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