]> granicus.if.org Git - python/commit
Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault
authorHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 13:48:34 +0000 (13:48 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 13:48:34 +0000 (13:48 +0000)
commitb788346573522a96d8e64d95307b36ad2fc887f9
tree1878bc8672b857814fb7ad0ea9568b3e33de504d
parent846f73a530f6b426362e2d80a8cbd4fd16a3ee9f
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