Mark Dickinson <[email protected]> added the comment:

> it looks like 'locals()' is somewhat magical

... and Objects/frameobject.c is the place to go for a full understanding.  
PyFrame_FastToLocals is the 'updating' function that updates the locals dict 
from the 'fast locals' object.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to