Message49825
Logged In: YES
user_id=89016
_buffer_decode() in the IncrementalDecoder ignores the final
argument. IncrementalDecoder._buffer_decode() should pass on
its final argument to _codecsmodules.c::mbcs_decode(), which
should be extended to accept the final argument. Also
PyUnicode_DecodeMBCSStateful() must handle consumed == NULL
correctly (with your patch it drops trailing lead bytes even
if consumed == NULL) |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:47:12 | admin | link | issue1455898 messages |
| 2007-08-23 15:47:12 | admin | create | |
|