commit | 5b4c22806fe6bdd7cb2d6c01e0a09e10c90be0bc | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Oct 03 20:45:26 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Oct 03 20:45:26 2000 +0000 |
tree | 403f956361bd2fa25cc159cec9659e6730b036a7 | |
parent | 562586eb3abdc890ff8f811e3ffb4e369181200c [diff] |
_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.