mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
remove some more references to __cmp__ #1717
This commit is contained in:
parent
aaebe1c11d
commit
60192084c4
8 changed files with 26 additions and 150 deletions
|
@ -447,9 +447,6 @@ PyAPI_FUNC(int) PyCallable_Check(PyObject *);
|
|||
|
||||
PyAPI_FUNC(void) PyObject_ClearWeakRefs(PyObject *);
|
||||
|
||||
/* A slot function whose address we need to compare */
|
||||
extern int _PyObject_SlotCompare(PyObject *, PyObject *);
|
||||
|
||||
|
||||
/* PyObject_Dir(obj) acts like Python builtins.dir(obj), returning a
|
||||
list of strings. PyObject_Dir(NULL) is like builtins.dir(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue