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 amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, lemburg, mark.dickinson, pitrou, rhettinger
Date 2008-12-20.11:18:05
SpamBayes Score 3.3248165e-05
Marked as misclassified No
Message-id <1229771885.89.0.786502878258.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
Should Py_CmpToRich (in object.c) disappear?

It's currently used in longobject.c, but nowhere else as far as I can 
tell.  It shouldn't be too hard to update longobject.c to remove the use.
History
Date User Action Args
2008-12-20 11:18:06mark.dickinsonsetrecipients: + mark.dickinson, lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, christian.heimes, benjamin.peterson
2008-12-20 11:18:05mark.dickinsonsetmessageid: <1229771885.89.0.786502878258.issue1717@psf.upfronthosting.co.za>
2008-12-20 11:18:05mark.dickinsonlinkissue1717 messages
2008-12-20 11:18:05mark.dickinsoncreate