make __Pyx_PyFunction_FastCallNoKw compatible with Stackless Python
Compute the offset of the PyFrameObject member "f_localsplus" at runtime, because the layout of PyFrameObject differs between regular C-python and Stackless Python.
Showing
Please register or sign in to comment