Commit 16f76515 authored by Benjamin Peterson's avatar Benjamin Peterson

remove comment about PyNumber_Int

parent c8c0d78d
...@@ -777,12 +777,6 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ ...@@ -777,12 +777,6 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
is cleared and the value is clipped. 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); PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment