Message252629
| 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:51 | vstinner | set | recipients: + vstinner, ethan.furman, python-dev, serhiy.storchaka |
| 2015-10-09 16:57:51 | vstinner | set | messageid: <1444409871.7.0.105750572902.issue25349@psf.upfronthosting.co.za> |
| 2015-10-09 16:57:51 | vstinner | link | issue25349 messages |
| 2015-10-09 16:57:50 | vstinner | create | |