commit | a903ad9855947ae885c4407be8d10ef8d5521010 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Feb 23 16:40:48 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Feb 23 16:40:48 2001 +0000 |
tree | b18bccba92efafdcac4ec1bf24a9a8068b8e3cf9 | |
parent | 8d7f0869ee672d7e9e8e1bf126bf717d8223ee2b [diff] |
_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.