This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, gvanrossum, mark.dickinson, rhettinger
Date 2008-12-07.16:11:10
SpamBayes Score 1.9402771e-06
Marked as misclassified No
Message-id <1228666284.12.0.238083531832.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-12-07 16:11:24christian.heimessetrecipients: + christian.heimes, gvanrossum, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, benjamin.peterson
2008-12-07 16:11:24christian.heimessetmessageid: <1228666284.12.0.238083531832.issue1717@psf.upfronthosting.co.za>
2008-12-07 16:11:23christian.heimeslinkissue1717 messages
2008-12-07 16:11:21christian.heimescreate