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 vstinner
Recipients ethan.furman, python-dev, serhiy.storchaka, vstinner
Date 2015-10-09.16:57:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444409871.7.0.105750572902.issue25349@psf.upfronthosting.co.za>
In-reply-to
Content
bytes_formatlong.patch: Fast-path for b'%d' % int and other integer formatters. It avoids the creation of a temporary bytes object, it writes directly into the writer, as '%d' % int (Unicode).
History
Date User Action Args
2015-10-09 16:57:51vstinnersetrecipients: + vstinner, ethan.furman, python-dev, serhiy.storchaka
2015-10-09 16:57:51vstinnersetmessageid: <1444409871.7.0.105750572902.issue25349@psf.upfronthosting.co.za>
2015-10-09 16:57:51vstinnerlinkissue25349 messages
2015-10-09 16:57:50vstinnercreate