]> granicus.if.org Git - python/commit
Issue #1717: remove the cmp builtin function, the C-API functions
authorMark Dickinson <dickinsm@gmail.com>
Sun, 1 Feb 2009 12:13:56 +0000 (12:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 1 Feb 2009 12:13:56 +0000 (12:13 +0000)
commitf02e0aaafd2476948047f0ce904af947f02d18ea
tree724366997190a0acf829f65a4f1e96d82c060889
parent211c6258294bf683935bff73a61ce3dd84070988
Issue #1717:  remove the cmp builtin function, the C-API functions
PyObject_Cmp, PyObject_Compare, and various support functions.
Doc/c-api/object.rst
Include/abstract.h
Lib/test/test_builtin.py
Misc/NEWS
Objects/abstract.c
Objects/object.c
Objects/typeobject.c
Python/bltinmodule.c