Skip to content

Commit e246789

Browse files
MaheshRavishankarnirvedhmeshram
authored andcommitted
Revert "[mlir][python] disable nanobind leak warnings (llvm#121099)"
This reverts commit 08e2c15.
1 parent 0f42dbd commit e246789

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
@@ -2629,8 +2629,6 @@ class PyOpAttributeMap {
26292629
//------------------------------------------------------------------------------
26302630

26312631
void mlir::python::populateIRCore(nb::module_ &m) {
2632-
// disable leak warnings which tend to be false positives.
2633-
nb::set_leak_warnings(false);
26342632
//----------------------------------------------------------------------------
26352633
// Enums.
26362634
//----------------------------------------------------------------------------

0 commit comments

Comments
 (0)