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 ce421ad commit 72aa4a6Copy full SHA for 72aa4a6
Tools/cases_generator/analyzer.py
@@ -869,7 +869,7 @@ def compute_properties(op: parser.CodeDef) -> Properties:
869
)
870
871
def expand(items: list[StackItem], oparg: int) -> list[StackItem]:
872
- # Only replace array item with scalar if no more than item is an array
+ # Only replace array item with scalar if no more than one item is an array
873
index = -1
874
for i, item in enumerate(items):
875
if "oparg" in item.size:
0 commit comments