]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyUnicode_Fini(): Initialize the local freelist walking variable `u'
authorBarry Warsaw <barry@python.org>
Tue, 3 Oct 2000 20:45:26 +0000 (20:45 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 3 Oct 2000 20:45:26 +0000 (20:45 +0000)
commit5b4c22806fe6bdd7cb2d6c01e0a09e10c90be0bc
tree403f956361bd2fa25cc159cec9659e6730b036a7
parent562586eb3abdc890ff8f811e3ffb4e369181200c
_PyUnicode_Fini(): Initialize the local freelist walking variable `u'
after unicode_empty has been freed, otherwise it might not point to
the real start of the unicode_freelist.  Final closure for SF bug
#110681, Jitterbug PR#398.
Objects/unicodeobject.c