[Mlir-commits] [mlir] [mlir][python] disable nanobind leak warnings (PR #121099)
Peter Hawkins
llvmlistbot at llvm.org
Thu Dec 26 11:52:05 PST 2024
https://github.com/hawkinsp approved this pull request.
I would also do this. I've also found nanobind's leak checker to have false positives and have long disabled it in my projects: I don't even think CPython is guaranteed to call the destructor of every object on process shutdown.
https://github.com/llvm/llvm-project/pull/121099
More information about the Mlir-commits
mailing list