Skip to content
Merged
Prev Previous commit
Next Next commit
run black
  • Loading branch information
corona10 committed Aug 18, 2023
commit 9b13d6b0fd807199b703f96c228f7bacf9fa77e3
1 change: 0 additions & 1 deletion Tools/cases_generator/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def __post_init__(self) -> None:

@staticmethod
def fromInstruction(instr: parsing.Node) -> "InstructionFlags":

has_free = (
variable_used(instr, "PyCell_New")
or variable_used(instr, "PyCell_GET")
Expand Down
1 change: 0 additions & 1 deletion Tools/cases_generator/generate_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def write_stack_effect_functions(self) -> None:
def write_function(
direction: str, data: list[tuple[AnyInstruction, str]]
) -> None:

with self.metadata_item(
f"int _PyOpcode_num_{direction}(int opcode, int oparg, bool jump)",
"",
Expand Down