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 rhettinger
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, gpolo, lemburg, mark.dickinson, pitrou, rhettinger
Date 2009-01-29.09:53:00
SpamBayes Score 2.6999887e-05
Marked as misclassified No
Message-id <1233222783.28.0.757625627541.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of tp_reserved, the name should be tp_deprecated_compare.

There should be a python-dev discussion around when to actually remove
the slot:

  3.0.1 -- binary incompatibility between minor releases (BAD)
  3.1.0 -- uncomfortable for writers who have to add #ifdefs
  4.0.0 -- no pain, just wasted space
  3.1.5 -- just plain mean :-)
History
Date User Action Args
2009-01-29 09:53:03rhettingersetrecipients: + rhettinger, lemburg, brett.cannon, georg.brandl, amaury.forgeotdarc, mark.dickinson, pitrou, christian.heimes, benjamin.peterson, gpolo
2009-01-29 09:53:03rhettingersetmessageid: <1233222783.28.0.757625627541.issue1717@psf.upfronthosting.co.za>
2009-01-29 09:53:01rhettingerlinkissue1717 messages
2009-01-29 09:53:00rhettingercreate