Skip to content

Commit 39010bf

Browse files
Revert "[mlir][python] disable nanobind leak warnings (llvm#121099)"
This reverts commit 08e2c15.
1 parent c657b02 commit 39010bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Bindings/Python/IRCore.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,8 +2593,6 @@ class PyOpAttributeMap {
25932593
//------------------------------------------------------------------------------
25942594

25952595
void mlir::python::populateIRCore(nb::module_ &m) {
2596-
// disable leak warnings which tend to be false positives.
2597-
nb::set_leak_warnings(false);
25982596
//----------------------------------------------------------------------------
25992597
// Enums.
26002598
//----------------------------------------------------------------------------

0 commit comments

Comments
 (0)