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 skrah
Recipients ezio.melotti, mark.dickinson, skrah, ubershmekel
Date 2010-07-01.10:53:47
SpamBayes Score 0.037850183
Marked as misclassified No
Message-id <1277981630.44.0.740885202648.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
Still clueless about profile.py, but I think it creates a parallel stack,
and overwriting of locals legitimately occurs in that stack, producing
the Exception.

So it would appear that by design one simply cannot iterate over locals
when using the profile module.
History
Date User Action Args
2010-07-01 10:53:50skrahsetrecipients: + skrah, mark.dickinson, ezio.melotti, ubershmekel
2010-07-01 10:53:50skrahsetmessageid: <1277981630.44.0.740885202648.issue9136@psf.upfronthosting.co.za>
2010-07-01 10:53:48skrahlinkissue9136 messages
2010-07-01 10:53:47skrahcreate