mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +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
|
|
@ -140,6 +140,7 @@ extern "C" {
|
|||
#define SET_ADD 146
|
||||
#define MAP_ADD 147
|
||||
|
||||
#define LOAD_CLASSDEREF 148
|
||||
|
||||
/* EXCEPT_HANDLER is a special, implicit block type which is created when
|
||||
entering an except handler. It is not an opcode but we define it here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue