-
Stefan Behnel authored
Disable the specialised "tp_getattro" implementations in Py3.7 as setting the slot to anything but "PyObject_GenericGetAttr" disables the much more effective method call optimisation that avoids creating an intermediate PyMethod object in Py3.7.
5af807ff