From: Amaury Forgeot d'Arc Date: Wed, 2 Jul 2008 23:22:30 +0000 (+0000) Subject: Correct a typo that breaks test_distutils X-Git-Tag: v3.0b2~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b02c5a8545cf6bc7f223ba18f72d70670d8110d;p=thirdparty%2FPython%2Fcpython.git Correct a typo that breaks test_distutils --- diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index efa97b46eea1..602cdfe5ca6a 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -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