mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
check local class namespace before reaching for cells (closes #17853)
This commit is contained in:
parent
f256f5f3eb
commit
3b0431dc60
10 changed files with 187 additions and 122 deletions
|
@ -179,6 +179,9 @@ def_op('LIST_APPEND', 145)
|
|||
def_op('SET_ADD', 146)
|
||||
def_op('MAP_ADD', 147)
|
||||
|
||||
def_op('LOAD_CLASSDEREF', 148)
|
||||
hasfree.append(148)
|
||||
|
||||
def_op('EXTENDED_ARG', 144)
|
||||
EXTENDED_ARG = 144
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue