diff options
author | Guido van Rossum <guido@python.org> | 1997-02-14 16:32:14 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-02-14 16:32:14 +0000 |
commit | 58830cf7481918252d934d3e47a6b5a5698608b8 (patch) | |
tree | f1aa6e7b8caae1f96da137b6f9ea642e943e5ed6 /Python/errors.c | |
parent | dd9543080159970fb0c26a9b67d655c72c7ea02c (diff) | |
download | cpython-58830cf7481918252d934d3e47a6b5a5698608b8.tar.gz |
*Don't* kill all local variables on function exit. This will be done
by the frameobject dealloc when it is time for the locals to go. When
there's still a traceback object referencing this stack frame, we
don't want the local variables to disappear yet.
(Hmm... Shouldn't they be copied to the f_locals dictionary?)
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions