[Mlir-commits] [mlir] [MLIR] [python] Fixed a bug in `PyRegionList` iterator (PR #137232)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Apr 29 00:32:19 PDT 2025


ftynse wrote:

> `PyRegionIterator` is no longer available in `_mlir_libs...`. Otherwise, `iter(...)` still works and the iteration happens as you would expect.

I think the confusion comes from the fact that the test is changed not to test `iter`. Let's keep that test and add a new test with the list.

https://github.com/llvm/llvm-project/pull/137232


More information about the Mlir-commits mailing list