You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
This is a little tricky because globals() and locals() and vars() are implemented on the AST side (see ast.py#visit_Call). If one of globals, locals, or vars is looked up as an attribute and used as a function later, then I'm not sure whether it's possible to do it all on the AST side.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unexpectedly this throws a
NameError: name 'globals' is not defined
. Butis fine.
The text was updated successfully, but these errors were encountered: