]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Thu, 5 Feb 2004 17:44:26 +0000 (17:44 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 5 Feb 2004 17:44:26 +0000 (17:44 +0000)
commit8c077f99d0ee7a513dc29e29cbfa0f40be4a57ed
tree65910890d163c7213a106edbfe48a13fd8ed89b7
parent74788b6af49011be30c95ad2e7ae98ca95138bde
Backport checkin:
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