[Mlir-commits] [mlir] [mlir][python] Add stable ABI (abi3) support (PR #183856)
Maksim Levental
llvmlistbot at llvm.org
Sat Feb 28 20:43:07 PST 2026
================
@@ -394,52 +477,10 @@ class Sliceable {
"(collections.abc.Sequence[" +
nanobind::cast<std::string>(elemTyName) + "])";
auto clazz = nanobind::class_<Derived>(m, Derived::pyClassName,
+ nanobind::type_slots(sequenceSlots),
----------------
makslevental wrote:
TIL
https://github.com/llvm/llvm-project/pull/183856
More information about the Mlir-commits
mailing list