Skip to content

Commit

Permalink
CALL_FUNCTION_EX is not in PyPy 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 13, 2024
1 parent ce34c23 commit 5e0aae2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions xdis/opcodes/opcode_36pypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,7 @@
update_pj3,
varargs_op,
)
from xdis.opcodes.format.basic import (
format_CALL_FUNCTION_pos_name_encoded,
format_extended_arg,
format_RAISE_VARARGS_older,
)
from xdis.opcodes.opcode_36 import (
extended_format_MAKE_FUNCTION_36,
format_MAKE_FUNCTION,
opcode_arg_fmt36,
opcode_extended_fmt36,
)
from xdis.opcodes.opcode_36 import opcode_arg_fmt36, opcode_extended_fmt36

version_tuple = (3, 6)
python_implementation = "PyPy"
Expand All @@ -47,6 +37,7 @@
# Opcodes removed from 3.6.

# fmt: off
rm_op(loc, "CALL_FUNCTION_EX", 142)
rm_op(loc, "BUILD_TUPLE_UNPACK_WITH_CALL", 158)

# The following were removed from 3.6 but still in Pypy 3.6
Expand Down

0 comments on commit 5e0aae2

Please sign in to comment.