STINNER Victor added the comment:

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).

----------
Added file: http://bugs.python.org/file40732/bytes_formatlong.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25349>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to