summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 16:32:14 +0000
committerGuido van Rossum <guido@python.org>1997-02-14 16:32:14 +0000
commit58830cf7481918252d934d3e47a6b5a5698608b8 (patch)
treef1aa6e7b8caae1f96da137b6f9ea642e943e5ed6 /Python/errors.c
parentdd9543080159970fb0c26a9b67d655c72c7ea02c (diff)
downloadcpython-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