]> granicus.if.org Git - python/commit
Issue #6922: Fix an infinite loop when trying to decode an invalid
authorGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:28:09 +0000 (11:28 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:28:09 +0000 (11:28 +0000)
commite9741f3ed8487da1d7c8ac8b0c04d3f09802fb1a
tree7abc5212bc70ad2f5a217a038681cae4fd71d9d4
parentbc3777d85e9f73bb8e541faf91103fb2374628a3
Issue #6922: Fix an infinite loop when trying to decode an invalid
UTF-32 stream with a non-raising error handler like "replace" or "ignore".
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c