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 georg.brandl
Recipients georg.brandl, webcubator
Date 2010-09-16.17:31:20
SpamBayes Score 6.86911e-05
Marked as misclassified No
Message-id <1284658287.41.0.915885087711.issue9870@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to execute code as in the global namespace, don't supply a separate "locals" dict to eval/exec.
History
Date User Action Args
2010-09-16 17:31:27georg.brandlsetrecipients: + georg.brandl, webcubator
2010-09-16 17:31:27georg.brandlsetmessageid: <1284658287.41.0.915885087711.issue9870@psf.upfronthosting.co.za>
2010-09-16 17:31:21georg.brandllinkissue9870 messages
2010-09-16 17:31:20georg.brandlcreate