commit | 791f4e15db62097bca2349635762b08ba2de0bf1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Sep 17 11:41:24 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Sep 17 11:41:24 2009 +0000 |
tree | c6567a1a902ad80ab8982401e6b5b101036a189a | |
parent | 7f98a6c0b6bb281343de388b5ad8b1bca2ca39b9 [diff] |
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". ........