]> granicus.if.org Git - python/commit
Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/python...
authorGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:41:24 +0000 (11:41 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 17 Sep 2009 11:41:24 +0000 (11:41 +0000)
commit791f4e15db62097bca2349635762b08ba2de0bf1
treec6567a1a902ad80ab8982401e6b5b101036a189a
parent7f98a6c0b6bb281343de388b5ad8b1bca2ca39b9
Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk

(Only the new tests, the code had already been corrected due to an API change
in unicode_decode_call_errorhandler.)

........
  r74869 | georg.brandl | 2009-09-17 13:28:09 +0200 (Do, 17 Sep 2009) | 4 lines

  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