]> 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:19:17 +0000 (01:19 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 23:19:17 +0000 (01:19 +0200)
commit021d55ff745268299f8c3d487aac7f12a01ec294
tree50b07fa529066131ccf80f34b5ab4dc792ddc134
parent3173f7c904c057f22642d570a4be2694cacd5b15
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.
Lib/test/test_multibytecodec.py
Misc/NEWS
Modules/cjkcodecs/multibytecodec.c