Message119224
_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. |
|
Date |
User |
Action |
Args |
2010-10-20 16:56:02 | vstinner | set | 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 | link | issue4388 messages |
2010-10-20 16:56:00 | vstinner | create | |
|