]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 13:51:10 +0000 (13:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 13:51:10 +0000 (13:51 +0000)
commitfd4b957b06b1b835e492fad3845d9ba12edb700e
tree749a9878f49a944499ea9710198013b052283d5d
parent90daa8756920ef188d233a9b0c3672a841f064dd
Marc-Andre Lemburg:

* New exported API PyUnicode_Resize()

* The experimental Keep-Alive optimization was turned back
  on after some tweaks to the implementation. It should now
  work without causing core dumps... this has yet to tested
  though (switching it off is easy: see the unicodeobject.c
  file for details).

* Fixed a memory leak in the Unicode freelist cleanup code.

* Added tests to correctly process the return code from
  _PyUnicode_Resize().

* Fixed a bug in the 'ignore' error handling routines
  of some builtin codecs. Added test cases for these to
  test_unicode.py.
Objects/unicodeobject.c