Add a new utility function "__Pyx_PyObject_GetAttrStrNoError()" that does not...
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.
Showing
Please register or sign in to comment