消息 [119224]
_Py_DecodeUTF8_surrogateescape() is a simplified version of
PyUnicode_DecodeUTF8Stateful():
- no "consumed" argument
- only support surrogateescape error handler
- no optimization
- don't resize the buffer at exit
Hum, resize the buffer is maybe a good idea to not waste memory. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-10-20 16:56:02 | vstinner | 修改 | recipients:
+ vstinner, loewis, skip.montanaro, ixokai, ronaldoussoren, amaury.forgeotdarc, mark.dickinson, pitrou, piro, MrJean1, rpetrov, michael.foord, slmnhq |
| 2010-10-20 16:56:00 | vstinner | 链接 | issue4388 messages |
| 2010-10-20 16:56:00 | vstinner | 创建 | |
|