mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
This commit is contained in:
parent
febcc6ccfb
commit
f40890b124
10 changed files with 535 additions and 236 deletions
|
@ -233,8 +233,9 @@ def_op('LOAD_FROM_DICT_OR_DEREF', 176)
|
|||
hasfree.append(176)
|
||||
|
||||
# Instrumented instructions
|
||||
MIN_INSTRUMENTED_OPCODE = 238
|
||||
MIN_INSTRUMENTED_OPCODE = 237
|
||||
|
||||
def_op('INSTRUMENTED_LOAD_SUPER_ATTR', 237)
|
||||
def_op('INSTRUMENTED_POP_JUMP_IF_NONE', 238)
|
||||
def_op('INSTRUMENTED_POP_JUMP_IF_NOT_NONE', 239)
|
||||
def_op('INSTRUMENTED_RESUME', 240)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue