mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Correct a typo that breaks test_distutils
This commit is contained in:
parent
612f61f0f0
commit
4b02c5a854
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ Xxo_getattro(XxoObject *self, PyObject *name)
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return PyObject_GenericGetattr((PyObject *)self, name);
|
return PyObject_GenericGetAttr((PyObject *)self, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue