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 python-dev
Recipients mark.dickinson, python-dev, serhiy.storchaka, vstinner
Date 2016-08-29.16:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160829162654.39362.44407.B1F57A97@psf.io>
In-reply-to
Content
New changeset 1902e1d79e25 by Mark Dickinson in branch 'default':
Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka.
https://hg.python.org/cpython/rev/1902e1d79e25
History
Date User Action Args
2016-08-29 16:26:58python-devsetrecipients: + python-dev, mark.dickinson, vstinner, serhiy.storchaka
2016-08-29 16:26:58python-devlinkissue25402 messages
2016-08-29 16:26:58python-devcreate