Skip to content

Commit 4d5e9a5

Browse files
committed
Handle _PyEval_EvalFrameDefault exit in bytecode.
1 parent 575f888 commit 4d5e9a5

File tree

5 files changed

+138
-123
lines changed

5 files changed

+138
-123
lines changed

Include/internal/pycore_opcode.h

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/opcode.h

Lines changed: 74 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/opcode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def pseudo_op(name, op, real_ops):
7777
def_op('CACHE', 0)
7878
def_op('POP_TOP', 1)
7979
def_op('PUSH_NULL', 2)
80+
def_op('INTEPRETER_EXIT', 3)
8081

8182
def_op('NOP', 9)
8283
def_op('UNARY_POSITIVE', 10)

0 commit comments

Comments
 (0)