Use Py_TYPE() and __Pyx_SET_SIZE() functions
Replace direct access to PyObject members with functions like Py_TYPE() and __Pyx_SET_SIZE().
Showing
Please register or sign in to comment
Replace direct access to PyObject members with functions like Py_TYPE() and __Pyx_SET_SIZE().