Commit 888d2058 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix actual method name for getting thread state.

parent 30437c3f
......@@ -907,7 +907,7 @@ static void __Pyx_FastGilFuncInit(void);
#if PY_VERSION_HEX >= 0x03050000
#define __Pyx_PyThreadState_Current _PyThreadState_FastGet()
#define __Pyx_PyThreadState_Current _PyThreadState_UncheckedGet()
#elif PY_VERSION_HEX >= 0x03000000
#define __Pyx_PyThreadState_Current (PyThreadState*)_Py_atomic_load_relaxed(_PyThreadState_Current)
#elif PY_VERSION_HEX < 0x02070000
......
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