remove some more references to __cmp__ #1717

This commit is contained in:
Benjamin Peterson 2008-10-16 19:34:46 +00:00
parent aaebe1c11d
commit 60192084c4
8 changed files with 26 additions and 150 deletions

View file

@ -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(),