mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
0d85be19e2
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?)