Skip to content

Commit

Permalink
Add Python 3.9 RERAISE op
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 9, 2019
1 parent fba3d2f commit bd0121b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xdis/opcodes/opcode_39.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

from xdis.opcodes.base import(
const_op,
def_op,
finalize_opcodes,
format_extended_arg36,
init_opdata,
Expand All @@ -39,6 +40,7 @@

# OP NAME OPCODE POP PUSH
#-----------------------------------------------
def_op(l, 'RERAISE', 48, 0, 0)
const_op(l, 'LOAD_ASSERTION_ERROR', 74, 0, 1)

format_MAKE_FUNCTION_arg = opcode_38.format_MAKE_FUNCTION_arg
Expand Down

0 comments on commit bd0121b

Please sign in to comment.