[Mlir-commits] [mlir] [MLIR] Fix thread safety of the deleter in PyDenseResourceElementsAttribute (PR #124832)

Christopher McGirr llvmlistbot at llvm.org
Wed Feb 19 05:02:40 PST 2025


chrsmcgrr wrote:

@naibaf7 can you give a bit more context when this happens? Do you have a reproducer for this? `Py_Initialize()` from the documentation initializes the interpreter, but at this point in the bindings there should already be an interpreter active. If not, then something else seems wrong. 

I'm looking at our end why this change causes problems for us. I'll post with more info later. 

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


More information about the Mlir-commits mailing list