summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-02-23 16:46:39 +0000
committerBarry Warsaw <barry@python.org>2001-02-23 16:46:39 +0000
commit9c9534a3ea2ad22e3afbe7b031f172c57bc56164 (patch)
treeb9e5c26bc0f0396b49a1d90db601c17cad1c0aa2 /Python/compile.c
parent8abd10879f04bcb5851f31f77941dd9ebe2cb988 (diff)
downloadcpython-9c9534a3ea2ad22e3afbe7b031f172c57bc56164.tar.gz
Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call
the internal API function to release the interned strings as the very last thing before returning status. This aids in memory use debugging because it eliminates a huge source of noise from the reports. This is never called during normal (non-debugging) use because releasing the interned strings slows Python's shutdown and isn't necessary anyway because the system will always reclaim the memory.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions