commit | f7a09bec0a57247d32801c94a1a7e7aaf2c9a3ae | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Sep 17 11:33:31 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Sep 17 11:33:31 2009 +0000 |
tree | 754eff2aaa101b10f947ca015433b32652992557 | |
parent | ecc66d848e4700f51ab645fcff870c3c53dcbabd [diff] |
Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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". ........