mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
This commit is contained in:
parent
2bf74753c1
commit
3cd1a5d3ec
6 changed files with 53 additions and 52 deletions
|
@ -177,7 +177,7 @@ def_op('LOAD_CLASSDEREF', 148)
|
|||
hasfree.append(148)
|
||||
def_op('COPY_FREE_VARS', 149)
|
||||
def_op('YIELD_VALUE', 150)
|
||||
def_op('RESUME', 151)
|
||||
def_op('RESUME', 151) # This must be kept in sync with deepfreeze.py
|
||||
def_op('MATCH_CLASS', 152)
|
||||
|
||||
def_op('FORMAT_VALUE', 155)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue