Skip to content

Commit b6441d0

Browse files
authored
build: Don't import jemalloc (#15942)
1 parent c1474f6 commit b6441d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py-polars/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mod sql;
4242
mod to_numpy;
4343
mod utils;
4444

45-
#[cfg(all(target_family = "unix", not(use_mimalloc)))]
45+
#[cfg(all(target_family = "unix", not(use_mimalloc), not(default_allocator)))]
4646
use jemallocator::Jemalloc;
4747
#[cfg(any(not(target_family = "unix"), use_mimalloc))]
4848
use mimalloc::MiMalloc;

0 commit comments

Comments
 (0)