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 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:08mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, brett.cannon, georg.brandl, benjamin.peterson
2008-10-16 20:33:08mark.dickinsonsetmessageid: <1224189188.31.0.316221628907.issue1717@psf.upfronthosting.co.za>
2008-10-16 20:33:06mark.dickinsonlinkissue1717 messages
2008-10-16 20:33:05mark.dickinsoncreate