This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients Arfrever, asvetlov, ezio.melotti, loewis, pitrou, serhiy.storchaka, vstinner
Date 2012-04-24.12:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335269241.92.0.0638703387144.issue14579@psf.upfronthosting.co.za>
In-reply-to
Content
Now I see the problem: make_decode_exception creates a new bytes object in any case, regardless of whether the error handler will update it or not. Therefore, decoding will continue in this new bytes object.

I think the same issue also applies to the ASCII decoder in 3.3.
History
Date User Action Args
2012-04-24 12:07:21loewissetrecipients: + loewis, pitrou, vstinner, ezio.melotti, Arfrever, asvetlov, serhiy.storchaka
2012-04-24 12:07:21loewissetmessageid: <1335269241.92.0.0638703387144.issue14579@psf.upfronthosting.co.za>
2012-04-24 12:07:21loewislinkissue14579 messages
2012-04-24 12:07:21loewiscreate