llvm-project
496d871f - [mlir][Python] fix liveContextMap under free-threading after #178529 (#179163)

Commit
26 days ago
[mlir][Python] fix liveContextMap under free-threading after #178529 (#179163) #178529 introduced a small bug under free-threading by bumping a reference count (or something like that) when accessing the operand list passed to `build_generic`. This PR fixes that.
Author
Parents
Loading