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 serhiy.storchaka
Recipients loewis, pitrou, serhiy.storchaka, vstinner
Date 2012-05-08.05:32:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336455282.4987.19.camel@raxxla>
In-reply-to <1336428561.46.0.842580483885.issue14744@psf.upfronthosting.co.za>
Content
> If this patch is accepted, it's more to go even deeper: use _PyUnicodeWriter in long_to_decimal_string() for example.

long_to_decimal_string() is already creates a string of known size. How
_PyUnicodeWriter can help here?

Issue3451 looks much more promising for int formatting. But it will take
a lot of time to carefully check this.
History
Date User Action Args
2012-05-08 05:32:10serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, vstinner
2012-05-08 05:32:09serhiy.storchakalinkissue14744 messages
2012-05-08 05:32:09serhiy.storchakacreate