mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
gh-109287: fix overrides in cases generator (#110419)
This commit is contained in:
parent
bb057b3370
commit
3c0f65ebce
4 changed files with 37 additions and 31 deletions
|
@ -295,11 +295,6 @@ class PseudoInstruction:
|
|||
instr_flags: InstructionFlags
|
||||
|
||||
|
||||
@dataclasses.dataclass
|
||||
class OverriddenInstructionPlaceHolder:
|
||||
name: str
|
||||
|
||||
|
||||
AnyInstruction = Instruction | MacroInstruction | PseudoInstruction
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue