diff options
author | Barry Warsaw <barry@python.org> | 2001-02-23 16:46:39 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-02-23 16:46:39 (GMT) |
commit | 3e13b1e48bdd0550929f55bac11571116cd655ab (patch) | |
tree | 413f565047125fb73161b2a806a0a724d4f09dd8 /Python | |
parent | a903ad9855947ae885c4407be8d10ef8d5521010 (diff) | |
download | cpython-3e13b1e48bdd0550929f55bac11571116cd655ab.zip cpython-3e13b1e48bdd0550929f55bac11571116cd655ab.tar.gz cpython-3e13b1e48bdd0550929f55bac11571116cd655ab.tar.bz2 |
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')
0 files changed, 0 insertions, 0 deletions