Files
cpython/Objects
Walter Dörwald e78178e2c0 Bytes (which are the input for decoding) are mutable now. If a decoding
error callback changes the bytes object in the exception the decoder might
use memory that's no longer in use. Change unicode_decode_call_errorhandler()
so that it fetches the adresses of the bytes array (start and end) from the
exception object and passes them back to the caller.
2007-07-30 13:31:40 +00:00
..
2007-07-21 18:47:48 +00:00
2007-07-21 18:47:48 +00:00
2007-07-21 18:47:48 +00:00