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 ncoghlan
Recipients facundobatista, mark.dickinson, ncoghlan
Date 2008-05-03.17:56:22
SpamBayes Score 0.022424115
Marked as misclassified No
Message-id <1209837383.68.0.677533627533.issue2486@psf.upfronthosting.co.za>
In-reply-to
Content
(I changed the issue title to better reflect where the discussion has
moved to)

I really like the approach of a custom internal type for the mantissa
storage (the module containing would probably best be called _decimal).
Then it should be possible to focus on letting C do what it does best
(high speed arithmetic) and Python do what it does best (provide the
nice API and context management features)
History
Date User Action Args
2008-05-03 17:56:23ncoghlansetspambayes_score: 0.0224241 -> 0.022424115
recipients: + ncoghlan, facundobatista, mark.dickinson
2008-05-03 17:56:23ncoghlansetspambayes_score: 0.0224241 -> 0.0224241
messageid: <1209837383.68.0.677533627533.issue2486@psf.upfronthosting.co.za>
2008-05-03 17:56:23ncoghlanlinkissue2486 messages
2008-05-03 17:56:22ncoghlancreate