On Sun, 12 May 2013 23:22:39 +1000 Nick Coghlan <ncogh...@gmail.com> wrote: > The exec case > corresponds to those two instances, depending on whether the single > namespace or dual namespace version is performed.
I don't get the point. exec() *passes* a locals dictionary, but the compiled code itself isn't expected to use locals() as a way to access (let alone mutate) that dictionary. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com