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 mark.dickinson
Recipients collinwinter, eric.smith, gawain, gregory.p.smith, mark.dickinson, vstinner
Date 2009-09-16.22:24:25
SpamBayes Score 0.00016147613
Marked as misclassified No
Message-id <1253139867.85.0.262044555401.issue6713@psf.upfronthosting.co.za>
In-reply-to
Content
Applied long_decimal_conversion_py3k_2.patch in r74851;  backported to 
trunk in r74853.

Still to do:
 - look at the 'two-digits-at-a-time' optimization.
 - rip out the non-binary-base code from _PyLong_Format

While we're at it, it would also be good to look at the decimal string -> 
integer conversion,  but I think that's a separate issue.
History
Date User Action Args
2009-09-16 22:24:27mark.dickinsonsetrecipients: + mark.dickinson, collinwinter, gregory.p.smith, vstinner, eric.smith, gawain
2009-09-16 22:24:27mark.dickinsonsetmessageid: <1253139867.85.0.262044555401.issue6713@psf.upfronthosting.co.za>
2009-09-16 22:24:25mark.dickinsonlinkissue6713 messages
2009-09-16 22:24:25mark.dickinsoncreate