Skip to content

Commit 79323c8

Browse files
committed
Suppress leak warnings for now
1 parent 562df98 commit 79323c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/new_vector.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ using namespace nb::literals;
707707
} while (0)
708708

709709
NB_MODULE(new_vector, m) {
710+
nb::set_leak_warnings(false); // TODO: remove this
711+
710712
BIND_VECTOR(int8_t, "Int8Vector");
711713
BIND_VECTOR(int16_t, "Int16Vector");
712714
BIND_VECTOR(int32_t, "Int32Vector");

0 commit comments

Comments
 (0)