]> granicus.if.org Git - python/commit
_Py_ReleaseInternedStrings(): Private API function to decref and
authorBarry Warsaw <barry@python.org>
Fri, 23 Feb 2001 16:40:48 +0000 (16:40 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 Feb 2001 16:40:48 +0000 (16:40 +0000)
commita903ad9855947ae885c4407be8d10ef8d5521010
treeb18bccba92efafdcac4ec1bf24a9a8068b8e3cf9
parent8d7f0869ee672d7e9e8e1bf126bf717d8223ee2b
_Py_ReleaseInternedStrings(): Private API function to decref and
release the interned string dictionary.  This is useful for memory
use debugging because it eliminates a huge source of noise from the
reports.  Only defined when INTERN_STRINGS is defined.
Include/stringobject.h
Objects/stringobject.c