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 jyasskin
Recipients collinwinter, jyasskin
Date 2009-02-07.01:53:04
SpamBayes Score 1.8419868e-07
Marked as misclassified No
Message-id <1233971591.18.0.60199775894.issue5176@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is only valid when PyString_CheckExact is true. A subclass
could override __mod__, right?

I'm somewhat interested to see how a primarily-numeric benchmark
responds to this patch. I'd expect it to get very slightly slower for %
operations. Probably, given that there's an indirect call in the way,
the extra test would hide in the noise, but it's worth checking. What's
a good numeric benchmark suite? `time ./python Lib/test/test_decimal.py`?
History
Date User Action Args
2009-02-07 01:53:11jyasskinsetrecipients: + jyasskin, collinwinter
2009-02-07 01:53:11jyasskinsetmessageid: <1233971591.18.0.60199775894.issue5176@psf.upfronthosting.co.za>
2009-02-07 01:53:06jyasskinlinkissue5176 messages
2009-02-07 01:53:04jyasskincreate