*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?)
Showing
Please
register
or
sign in
to comment