mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
remove comment about PyNumber_Int
This commit is contained in:
parent
c8c0d78d09
commit
16f7651562
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue