mirror of
https://github.com/python/cpython.git
synced 2025-11-10 18:42:04 +00:00
[3.11] GH-93516: Backport GH-93769 (GH-94231)
* Store offset of first traceable instruction to avoid having to recompute it all the time when tracing.
This commit is contained in:
parent
50a2e36ce9
commit
3b4f5ed168
7 changed files with 217 additions and 209 deletions
|
|
@ -175,7 +175,7 @@ def jabs_op(name, op):
|
|||
hasfree.append(148)
|
||||
def_op('COPY_FREE_VARS', 149)
|
||||
|
||||
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