Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_scope.py
Find file
Blame
History
Permalink
Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have
· d403c453
Neil Schemenauer
authored
Oct 23, 2005
historically been looked up using LOAD_NAME, not LOAD_GLOBAL. looked up by LOAD_NAME, not
d403c453