]> granicus.if.org Git - python/commit
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 23:21:08 +0000 (01:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 23:21:08 +0000 (01:21 +0200)
commitdf80706f141bf3de5326750e4646161355d65881
tree6a8409b69e28acd64efa8c0c33627657cbe60279
parent254dd59068e027f98a1f9ac5b81e43e4685e5ac6
parenta1543cdcd65d9a2be302be0da0cfb9c53c17f806
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.
Misc/NEWS
Modules/cjkcodecs/multibytecodec.c