This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients ezio.melotti, mark.dickinson, skrah, ubershmekel
Date 2010-07-01.11:53:46
SpamBayes Score 0.004783312
Marked as misclassified No
Message-id <1277985228.53.0.164610690997.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-07-01 11:53:48mark.dickinsonsetrecipients: + mark.dickinson, ezio.melotti, ubershmekel, skrah
2010-07-01 11:53:48mark.dickinsonsetmessageid: <1277985228.53.0.164610690997.issue9136@psf.upfronthosting.co.za>
2010-07-01 11:53:46mark.dickinsonlinkissue9136 messages
2010-07-01 11:53:46mark.dickinsoncreate