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 simonsteiner
Recipients simonsteiner
Date 2011-09-07.13:22:01
SpamBayes Score 0.33328676
Marked as misclassified No
Message-id <1315401722.11.0.0679495413851.issue12928@psf.upfronthosting.co.za>
In-reply-to
Content
seems i need to use

exec(compile("a = 1", '', 'single'), globals())
History
Date User Action Args
2011-09-07 13:22:02simonsteinersetrecipients: + simonsteiner
2011-09-07 13:22:02simonsteinersetmessageid: <1315401722.11.0.0679495413851.issue12928@psf.upfronthosting.co.za>
2011-09-07 13:22:01simonsteinerlinkissue12928 messages
2011-09-07 13:22:01simonsteinercreate