Skip to content

Commit c2b6d11

Browse files
author
rocky
committed
Fix improper 3.14 LOAD_COMMON_CONSTANT use.
This should not be there. It was fixed previously, but got reintroduced by the last merge.
1 parent 8600300 commit c2b6d11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xdis/opcodes/opcode_314.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ def format_LOAD_COMMON_CONSTANT_314(arg: int):
353353
opcode_extended_fmt = opcode_extended_fmt314 = {
354354
**opcode_313.opcode_extended_fmt313,
355355
**{"BINARY_OP": extended_BINARY_OP_314},
356-
**{"LOAD_COMMON_CONSTANT": format_LOAD_COMMON_CONSTANT_314},
357356
}
358357

359358
# CALL_FUNCTION_EX no longer takes an argument in 3.14, so it no longer needs to be formatted

0 commit comments

Comments
 (0)