]> granicus.if.org Git - python/commit
- Patch #1541585: fix buffer overrun when performing repr() on
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 22:13:11 +0000 (22:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 22:13:11 +0000 (22:13 +0000)
commit19c35bba5d54ac2c2990d301426c7e9ecb1c6ff5
tree088856b2b91c5e20389efaeb7e8eadd7b7b9316b
parentbebdc9e52c87373188d7f90b14e8acf1db1dfdc5
- Patch #1541585: fix buffer overrun when performing repr() on
  a unicode string in a build with wide unicode (UCS-4) support.

I will forward port to 2.6.  Can someone backport to 2.4?
Lib/test/test_unicode.py
Misc/ACKS
Misc/NEWS
Objects/unicodeobject.c