Commit ac32262b authored by Stefan Behnel's avatar Stefan Behnel

add missing dependency for utility function

parent 74674d64
...@@ -275,6 +275,7 @@ bad: ...@@ -275,6 +275,7 @@ bad:
/////////////// GetException.proto /////////////// /////////////// GetException.proto ///////////////
//@substitute: naming //@substitute: naming
//@requires: PyThreadStateGet
#if CYTHON_COMPILING_IN_CPYTHON #if CYTHON_COMPILING_IN_CPYTHON
#define __Pyx_GetException(type, value, tb) __Pyx__GetException($local_tstate_cname, type, value, tb) #define __Pyx_GetException(type, value, tb) __Pyx__GetException($local_tstate_cname, type, value, tb)
......
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