[issue22057] The doc say all globals are copied on eval(), but only __builtins__ is copied

Alon Mishne report at bugs.python.org
Sun Jul 27 11:57:43 CEST 2014


Alon Mishne added the comment:

Patch for 3.5.x

The patch is just changing "globals are" to "mapping of ‘__builtins__’ is", and subsequent paragraph reformatting.

Nearly identical to 2.7.8 patch.

----------
Added file: http://bugs.python.org/file36129/evalglobals3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22057>
_______________________________________


More information about the Python-bugs-list mailing list