]> granicus.if.org Git - python/commit
In _PyUnicode_Fini(), decref unicode_empty before tearng down the free
authorGuido van Rossum <guido@python.org>
Tue, 3 Oct 2000 18:09:04 +0000 (18:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Oct 2000 18:09:04 +0000 (18:09 +0000)
commit4ae8ef84da19892b828b9649a9565e967be4c0bd
tree94caa0826efe5e3e2f3f3f80767abfbe5f9a9b7c
parent1319e3ecbc67b172d4f712941d8a93ce61e14dd3
In _PyUnicode_Fini(), decref unicode_empty before tearng down the free
list.  Discovered by Barry, fix approved by MAL.
Objects/unicodeobject.c