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 4d1e295 commit 4079985Copy full SHA for 4079985
Tools/cases_generator/flags.py
@@ -98,7 +98,7 @@ def __post_init__(self) -> None:
98
self.bitmask = {name: (1 << i) for i, name in enumerate(self.names())}
99
100
@staticmethod
101
- def fromInstruction(instr: parsing.Node) -> "InstructionFlags":
+ def fromInstruction(instr: parsing.InstDef) -> "InstructionFlags":
102
has_free = (
103
variable_used(instr, "PyCell_New")
104
or variable_used(instr, "PyCell_GET")
0 commit comments