Christian Heimes <[EMAIL PROTECTED]> added the comment: Here is a longer patch that removes cmp, PyObject_Compare and cmpfunc. The slots has been renamed to tp_reserved. If the slot is used by a type an exception is raised to notify the user about possible issues.
Missing: * fix unit tests * add error checks to PyObject_RichCompareBool calls * Remove/replace the last PyUnicode Compare ASII function Added file: http://bugs.python.org/file12262/remove_cmp.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1717> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com