Use PyObject_GetAttrWrapper instead access PyClassObject directly.
PyClassObject in Pyston is just an opaque pointer. Don't access it directlly.
Showing
Please register or sign in to comment
PyClassObject in Pyston is just an opaque pointer. Don't access it directlly.