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 beazley
Recipients beazley, georg.brandl
Date 2009-01-04.15:18:52
SpamBayes Score 2.9820373e-07
Marked as misclassified No
Message-id <1231082333.5.0.485185547161.issue4831@psf.upfronthosting.co.za>
In-reply-to
Content
One further followup just to make sure I'm clear.

Is it always safe to pass the result of locals() into exec and extract 
the result as shown in my example?  

Since I'm writing about this in a book, I just want to make absolutely 
certain I know what's going on and that I don't tell people something 
that's completely bogus.

Thanks!
History
Date User Action Args
2009-01-04 15:18:53beazleysetrecipients: + beazley, georg.brandl
2009-01-04 15:18:53beazleysetmessageid: <1231082333.5.0.485185547161.issue4831@psf.upfronthosting.co.za>
2009-01-04 15:18:52beazleylinkissue4831 messages
2009-01-04 15:18:52beazleycreate