[Mlir-commits] [mlir] [mlir][Python] fix liveContextMap under free-threading after #178529 (PR #179163)
Maksim Levental
llvmlistbot at llvm.org
Sun Feb 1 21:00:02 PST 2026
================
@@ -1671,7 +1671,7 @@ nb::object PyOpView::buildGeneric(
int segmentSpec = operandSegmentSpec[i];
if (segmentSpec == 1 || segmentSpec == 0) {
// Unpack unary element.
- const auto operand = operandList[i];
----------------
makslevental wrote:
note that `auto` here is actually `nanobind::detail::accessor<nanobind::detail::num_item_list>`
https://github.com/llvm/llvm-project/pull/179163
More information about the Mlir-commits
mailing list