We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce34c23 commit 5e0aae2Copy full SHA for 5e0aae2
xdis/opcodes/opcode_36pypy.py
@@ -21,17 +21,7 @@
21
update_pj3,
22
varargs_op,
23
)
24
-from xdis.opcodes.format.basic import (
25
- format_CALL_FUNCTION_pos_name_encoded,
26
- format_extended_arg,
27
- format_RAISE_VARARGS_older,
28
-)
29
-from xdis.opcodes.opcode_36 import (
30
- extended_format_MAKE_FUNCTION_36,
31
- format_MAKE_FUNCTION,
32
- opcode_arg_fmt36,
33
- opcode_extended_fmt36,
34
+from xdis.opcodes.opcode_36 import opcode_arg_fmt36, opcode_extended_fmt36
35
36
version_tuple = (3, 6)
37
python_implementation = "PyPy"
@@ -47,6 +37,7 @@
47
# Opcodes removed from 3.6.
48
38
49
39
# fmt: off
40
+rm_op(loc, "CALL_FUNCTION_EX", 142)
50
41
rm_op(loc, "BUILD_TUPLE_UNPACK_WITH_CALL", 158)
51
42
52
43
# The following were removed from 3.6 but still in Pypy 3.6
0 commit comments