[Mlir-commits] [mlir] [mlir:python] Construct PyOperation objects in-place on the Python heap. (PR #123813)
Jacques Pienaar
llvmlistbot at llvm.org
Wed Jan 22 06:26:04 PST 2025
================
@@ -705,8 +705,9 @@ class PyOperation : public PyOperationBase, public BaseContextObject {
/// Clones this operation.
nanobind::object clone(const nanobind::object &ip);
-private:
----------------
jpienaar wrote:
I'm not sure why this one was private ...
https://github.com/llvm/llvm-project/pull/123813
More information about the Mlir-commits
mailing list