commit | e9741f3ed8487da1d7c8ac8b0c04d3f09802fb1a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Sep 17 11:28:09 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Sep 17 11:28:09 2009 +0000 |
tree | 7abc5212bc70ad2f5a217a038681cae4fd71d9d4 | |
parent | bc3777d85e9f73bb8e541faf91103fb2374628a3 [diff] |
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".