Message74854
| Author | mark.dickinson |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, georg.brandl, gvanrossum, mark.dickinson |
| Date | 2008-10-16.20:33:05 |
| SpamBayes Score | 0.00027667222 |
| Marked as misclassified | No |
| Message-id | <1224189188.31.0.316221628907.issue1717@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Presumably any nonzero entries for tp_compare in type initializers should be looked at closely, as well? I see nonzero tp_compare entries in: Modules/_tkinter.c Modules/parsermodule.c Objects/cellobject.c Objects/descrobject.c PC/winreg.c Objects/setobject.c (but that last one just raises an error pointing out that cmp can't be used to compare sets, so maybe that's okay). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-16 20:33:08 | mark.dickinson | set | recipients: + mark.dickinson, gvanrossum, brett.cannon, georg.brandl, benjamin.peterson |
| 2008-10-16 20:33:08 | mark.dickinson | set | messageid: <1224189188.31.0.316221628907.issue1717@psf.upfronthosting.co.za> |
| 2008-10-16 20:33:06 | mark.dickinson | link | issue1717 messages |
| 2008-10-16 20:33:05 | mark.dickinson | create | |