]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 12 Apr 2001 06:49:00 +0000 (06:49 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 12 Apr 2001 06:49:00 +0000 (06:49 +0000)
commit660cc77abb561233c30f375310cec67211e4bacb
tree7aa4c84d1d925ef9033652be58c0faaf12004f9c
parent364f9b9e2f798e4d28ed21122faffb030a6ccac5
Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py