Fix Uop.replicated
definition in cases_generator/analyzer.py
#134294
8000
8000
Uop.replicated
definition in cases_generator/analyzer.py
#134294
Bug report
It is now defined as:
cpython/Tools/cases_generator/analyzer.py
Line 185 in 46d7c11
And used as:
cpython/Tools/cases_generator/analyzer.py
Lines 879 to 884 in 46d7c11
But, right now
replicated
is a class-level variable of a dataclass, because it does not have an annotation, see:I have a PR with the fix.
Refs 626c414
Linked PRs
Uop.replicated
field definition and usage #134295The text was updated successfully, but these errors were encountered: