From: Benjamin Peterson Date: Wed, 1 Jul 2009 01:45:12 +0000 (+0000) Subject: remove comment about PyNumber_Int X-Git-Tag: v3.2a1~2916 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16f76515629e84bfc3530709a481c5d87122064e;p=python remove comment about PyNumber_Int --- diff --git a/Include/abstract.h b/Include/abstract.h index 017a841abb..6d40ef74af 100644 --- a/Include/abstract.h +++ b/Include/abstract.h @@ -777,12 +777,6 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ is cleared and the value is clipped. */ - /* - PyNumber_Int used to be found here. It's now in Include/intobject.h, - where it is defined to be an alias for PyNumber_Long. New code - should use PyNumber_Long instead. - */ - PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o); /*