mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-132508: Use tagged integers on the evaluation stack for the last instruction offset (GH-132545)
This commit is contained in:
parent
caee16f052
commit
ccf1b0b1c1
14 changed files with 129 additions and 60 deletions
|
@ -678,6 +678,9 @@ NON_ESCAPING_FUNCTIONS = (
|
|||
"JUMP_TO_LABEL",
|
||||
"restart_backoff_counter",
|
||||
"_Py_ReachedRecursionLimit",
|
||||
"PyStackRef_IsTaggedInt",
|
||||
"PyStackRef_TagInt",
|
||||
"PyStackRef_UntagInt",
|
||||
)
|
||||
|
||||
def check_escaping_calls(instr: parser.CodeDef, escapes: dict[SimpleStmt, EscapingCall]) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue