Use plain Pyston implementation of PyObject_GenericGetAttr in ExtensionClass.
In zope ExtensionClass, it just copied and inlined the codes from CPython's PyObject_GenericGetAttr and _PyObject_GetDictPtr. Which are not work for Pyston. So just call correspond function in Pyston.
Showing
Please register or sign in to comment