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 facundobatista, gvanrossum, jyasskin, mark.dickinson, ncoghlan, rhettinger
Date 2008-02-29.06:37:25
SpamBayes Score 0.042375024
Marked as misclassified No
Message-id <1204267048.51.0.451259755959.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that we're basically done here. I'm back to -1 on inlining the
common case for arithmetic (attached here anyway). Simple cases are
already pretty fast, and bigger fractions are dominated by gcd time, not
function call overhead. Since duplicating the definitions of arithmetic
will make it harder to do tricky things that shrink the arguments to
gcd(), we shouldn't do it.

I was always +0 to __format__, so not doing it is fine with me.

Thanks for everyone's help!
History
Date User Action Args
2008-02-29 06:37:28jyasskinsetspambayes_score: 0.042375 -> 0.042375024
recipients: + jyasskin, gvanrossum, rhettinger, facundobatista, mark.dickinson, ncoghlan
2008-02-29 06:37:28jyasskinsetspambayes_score: 0.042375 -> 0.042375
messageid: <1204267048.51.0.451259755959.issue1682@psf.upfronthosting.co.za>
2008-02-29 06:37:27jyasskinlinkissue1682 messages
2008-02-29 06:37:26jyasskincreate