Hi Tibor,
We have fixed this already and will include the fix in our next release before
the end of the year. As for the patch ... I would prefer if you could wait for
the beta 1 release. If this won't work for you, please let me know and I'll try
to extract the patch for you. However given the
The correct behavior is that of Cpython in this case:
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> glob = {}
>>> loc = {}
>>> exec "a=12" in glob, loc
>>> loc
{'a': 12}
Seems that we have