mirror of https://github.com/python/cpython
Correct a typo that breaks test_distutils
This commit is contained in:
parent
612f61f0f0
commit
4b02c5a854
|
@ -72,7 +72,7 @@ Xxo_getattro(XxoObject *self, PyObject *name)
|
|||
return v;
|
||||
}
|
||||
}
|
||||
return PyObject_GenericGetattr((PyObject *)self, name);
|
||||
return PyObject_GenericGetAttr((PyObject *)self, name);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue