Sergei Lebedev 8afb4620d6
[MLIR] [Python] Fixed a long standing bug in the PyRegionListIterator (#188475)
`PyRegionIterator` did not account for start index/step, so this commit
removes it in favor of the sequence iterator provided by CPython.

The previous attempt in #137232 bitrotted, so I decided to open a new
PR.
2026-03-25 16:01:35 +00:00
..