]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport from trunk r52223:
authorHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 14:01:45 +0000 (14:01 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 14:01:45 +0000 (14:01 +0000)
commitf4fe46d74b77c09f22aa0cdff23ae73d7f86984f
tree5bced493756e9f4eb0f212149fae6c6ecdda6cd6
parenta5fe3ef8d835d8dffe42b58398d101eb42b897af
Backport from trunk r52223:

Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault
when encoding non-BMP unicode characters.  (Submitted by Ray Chason)
Lib/test/test_multibytecodec.py
Misc/NEWS
Modules/cjkcodecs/_codecs_iso2022.c