-
Stefan Behnel authored
Add a new utility function "__Pyx_PyObject_GetAttrStrNoError()" that does not raise AttributeError if the lookup fails, and use "_PyObject_GenericGetAttrWithDict()" for it in Py3.7+ to avoid instantiating the exception completely.
de109c20