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 christian.heimes, gvanrossum, jyasskin, nnorwitz, rhettinger
Date 2008-02-14.08:05:15
SpamBayes Score 0.33331797
Marked as misclassified No
Message-id <1202976316.96.0.432384673598.issue1762@psf.upfronthosting.co.za>
In-reply-to
Content
Guido and I discussed this, and the next step seems to be to rewrite
_Abstract in C and push it into object. For an idea of how much that'll
help, just commenting out _Abstract.__new__ takes the Fraction()
constructor from 9.35us to 6.7us on my box, and the C we need (a new
flag on the class) should run very quickly.
History
Date User Action Args
2008-02-14 08:05:17jyasskinsetspambayes_score: 0.333318 -> 0.33331797
recipients: + jyasskin, gvanrossum, nnorwitz, rhettinger, christian.heimes
2008-02-14 08:05:16jyasskinsetspambayes_score: 0.333318 -> 0.333318
messageid: <1202976316.96.0.432384673598.issue1762@psf.upfronthosting.co.za>
2008-02-14 08:05:15jyasskinlinkissue1762 messages
2008-02-14 08:05:15jyasskincreate