[issue26561] exec function fails to properly assign scope to dict like object

2016-03-14 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue26561] exec function fails to properly assign scope to dict like object

2016-03-14 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: The SO example works for me with Python 3.5.1: Python 3.5.1 (default, Mar 8 2016, 12:33:47) [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> global_function = """

[issue26561] exec function fails to properly assign scope to dict like object

2016-03-14 Thread Brian Tom
New submission from Brian Tom: http://stackoverflow.com/questions/35993869/passing-a-dictionary-like-object-to-exec-instead-of-dict-object-changes-scope-of -- ___ Python tracker

[issue26561] exec function fails to properly assign scope to dict like object

2016-03-14 Thread Brian Tom
Changes by Brian Tom : -- nosy: btomtom5 priority: normal severity: normal status: open title: exec function fails to properly assign scope to dict like object type: behavior versions: Python 3.5 ___ Python tracker