Use PyMethod_GET_SELF instead access the PyMethodObject field directly
Pyston use PyMethodObject as an opaque pointer. So we should not access its member directly.
Showing
Please register or sign in to comment
Pyston use PyMethodObject as an opaque pointer. So we should not access its member directly.