[Mlir-commits] [mlir] Added free-threading CPython mode support in MLIR Python bindings (PR #107103)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jan 7 09:05:41 PST 2025


================
@@ -26,6 +26,8 @@ class PyExecutionEngine {
     other.executionEngine.ptr = nullptr;
   }
   ~PyExecutionEngine() {
+    // Avoid races in llvm::orc::LLJIT::deinitialize
----------------
vfdev-5 wrote:

I suppose that you are talking about this code: 
https://github.com/gcc-mirror/gcc/blob/0c28cf56fe97bfd0ee4110ad2b8cac33bd513447/libgcc/unwind-dw2-fde.c#L143-L153



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


More information about the Mlir-commits mailing list