What steps will reproduce the problem?
1. globals()
2. locals()
3.
What is the expected output?
a dictionary containing the global scope variables or local scope variables
What do you see instead?
RuntimeError: ReferenceError: globals is not defined
Please use labels and text to provide additional information.
several modules (such as hashlib.py) use globals() and locals() so it would be
great if these were supported.
Original issue reported on code.google.com by billy.earney@gmail.com on 12 Mar 2013 at 9:54
Original issue reported on code.google.com by
billy.earney@gmail.com
on 12 Mar 2013 at 9:54