Message167850
| Author |
vstinner |
| Recipients |
ezio.melotti, pitrou, vstinner |
| Date |
2012年08月10日.02:30:21 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1344565830.56.0.384034899089.issue15612@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Attached patch rewrites the C implementation of StringIO to use the _PyUnicodeWriter API instead of the PyAccu API. It provides better performance when writing non-ASCII strings.
The patch adds new functions:
- _PyUnicodeWriter_Truncate()
- _PyUnicodeWriter_WriteStrAt()
- _PyUnicodeWriter_GetValue() |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年08月10日 02:30:31 | vstinner | set | recipients:
+ vstinner, pitrou, ezio.melotti |
| 2012年08月10日 02:30:30 | vstinner | set | messageid: <1344565830.56.0.384034899089.issue15612@psf.upfronthosting.co.za> |
| 2012年08月10日 02:30:29 | vstinner | link | issue15612 messages |
| 2012年08月10日 02:30:28 | vstinner | create |
|