Message77231
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 |
|
Date |
User |
Action |
Args |
2008-12-07 16:11:24 | christian.heimes | set | recipients:
+ christian.heimes, gvanrossum, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, benjamin.peterson |
2008-12-07 16:11:24 | christian.heimes | set | messageid: <1228666284.12.0.238083531832.issue1717@psf.upfronthosting.co.za> |
2008-12-07 16:11:23 | christian.heimes | link | issue1717 messages |
2008-12-07 16:11:21 | christian.heimes | create | |
|