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 andbj
Recipients andbj
Date 2009-10-08.13:49:56
SpamBayes Score 0.057545815
Marked as misclassified No
Message-id <1255009798.45.0.553728595296.issue7083@psf.upfronthosting.co.za>
In-reply-to
Content
Running the attached script shows that locals() behaves differently
depending on whether sys.settrace() is active.

This does not occur when calling locals() in the global scope, only when
used inside functions.
History
Date User Action Args
2009-10-08 13:49:58andbjsetrecipients: + andbj
2009-10-08 13:49:58andbjsetmessageid: <1255009798.45.0.553728595296.issue7083@psf.upfronthosting.co.za>
2009-10-08 13:49:57andbjlinkissue7083 messages
2009-10-08 13:49:56andbjcreate