File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,18 +215,6 @@ Number Protocol
215215 the Python statement ``o1 |= o2 ``.
216216
217217
218- .. cfunction :: PyObject* PyNumber_Int(PyObject *o)
219-
220- Returns the *o * converted to an integer object on success, or *NULL * on
221- failure. This is the equivalent of the Python expression ``int(o) ``.
222-
223- .. note ::
224-
225- This function is defined in the transitional :file: `intobject.h `
226- header file. It will be removed completely in Python 3.1. Use
227- the :cfunc: `PyNumber_Long ` function instead.
228-
229-
230218.. cfunction :: PyObject* PyNumber_Long(PyObject *o)
231219
232220 .. index :: builtin: int
Original file line number Diff line number Diff line change @@ -846,9 +846,6 @@ PyNumber_InPlaceXor:PyObject*::+1:
846846PyNumber_InPlaceXor:PyObject*:v:0:
847847PyNumber_InPlaceXor:PyObject*:w:0:
848848
849- PyNumber_Int:PyObject*::+1:
850- PyNumber_Int:PyObject*:o:0:
851-
852849PyNumber_Invert:PyObject*::+1:
853850PyNumber_Invert:PyObject*:o:0:
854851
You can’t perform that action at this time.
0 commit comments