]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport from trunk r52223:
authorHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 13:56:00 +0000 (13:56 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 13:56:00 +0000 (13:56 +0000)
commit2d09be9e488828876228bc435d16ee4b90a2ca08
tree46e623a5fbb10d25c3a4edd3f85000808cb35d5f
parent78754c13ceb37117d94a0dc203ab914c4fd1c8c4
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