commit | a1543cdcd65d9a2be302be0da0cfb9c53c17f806 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 21 01:19:58 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 21 01:19:58 2015 +0200 |
tree | 7ba2b613d33502b42980963742118e5998aeac25 | |
parent | a3712a9a6c9a05de287d2403cdb5aecbc417ce93 [diff] |
Issue #23215: Multibyte codecs with custom error handlers that ignores errors consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.