Message77231
| 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: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 | |