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 sdeibel
Recipients amaury.forgeotdarc, sdeibel
Date 2011-12-09.14:20:53
SpamBayes Score 1.5142243e-05
Marked as misclassified No
Message-id <1323440454.27.0.46617962677.issue13557@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, thanks, there it is... I thought this must be dealt with somewhere but couldn't find it.  Maybe should add something to the 'exec' statement docs http://docs.python.org/py3k/library/functions.html#exec to reference this (from a usability-of-docs standpoint).

BTW, my code already sends the namespaces to exec (from current stack frame; it's part of a debugger) and probably would break other cases to alter this.

Well, anyway, sorry for the invalid bug report...
History
Date User Action Args
2011-12-09 14:20:54sdeibelsetrecipients: + sdeibel, amaury.forgeotdarc
2011-12-09 14:20:54sdeibelsetmessageid: <1323440454.27.0.46617962677.issue13557@psf.upfronthosting.co.za>
2011-12-09 14:20:53sdeibellinkissue13557 messages
2011-12-09 14:20:53sdeibelcreate