]> granicus.if.org Git - python/commit
Fix reallocation bug in unicode.translate(): The code was comparing
authorWalter Dörwald <walter@livinglogic.de>
Thu, 5 Feb 2004 17:36:00 +0000 (17:36 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 5 Feb 2004 17:36:00 +0000 (17:36 +0000)
commitcd736e71a3d35d870c2ff89b90a39050553a2453
tree7b166e3128b1ae6187a30f2405abe3220d14f265
parentbc875f5a36b744c1a7263c35befaf31208a416b1
Fix reallocation bug in unicode.translate(): The code was comparing
characters instead of character pointers to determine space requirements.
Lib/test/test_unicode.py
Objects/unicodeobject.c