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 belopolsky
Recipients SilentGhost, belopolsky, benjamin.peterson, daniel.urban
Date 2010-11-20.22:45:47
SpamBayes Score 0.018115053
Marked as misclassified No
Message-id <1290293149.29.0.28117740673.issue10474@psf.upfronthosting.co.za>
In-reply-to
Content
SilentGhost,

Benjamin's fix only affect the optimized path when the argument is int or bool.  Exotic comparison rules are handled in the else clause.
History
Date User Action Args
2010-11-20 22:45:49belopolskysetrecipients: + belopolsky, benjamin.peterson, SilentGhost, daniel.urban
2010-11-20 22:45:49belopolskysetmessageid: <1290293149.29.0.28117740673.issue10474@psf.upfronthosting.co.za>
2010-11-20 22:45:47belopolskylinkissue10474 messages
2010-11-20 22:45:47belopolskycreate