[docs] [issue15099] exec of function doesn't call __getitem__ or __missing__ on undefined global

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jun 18 15:48:26 CEST 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

With Python3 though, __getitem__ seems called though.
OTOH the 'print' symbol is not found, even though the Dict1 got a '__builtins__' entry added.

----------
nosy: +amaury.forgeotdarc

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


More information about the docs mailing list