Commit 6c5c6f9a authored by Stefan Behnel's avatar Stefan Behnel

Minor C-API declaration fix.

parent c7767247
......@@ -4,5 +4,5 @@ cdef extern from "Python.h":
void PyEval_InitThreads()
# Initialize and acquire the global interpreter lock.
int PyEval_ThreadsInitialized(void)
int PyEval_ThreadsInitialized()
# 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