You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yurivict opened this issue
Jun 18, 2024
· 0 comments
· Fixed by #17098
Assignees
Labels
acceptedReady for implementationbugSomething isn't workingbuildChanges that affect the build system or external dependenciesP-mediumPriority: mediumpythonRelated to Python Polars
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
n/a
Log output
No response
Issue description
At this location the condition of Jemalloc is: #[cfg(all(debug_assertions, not(allocator = "default"), target_family = "unix",))],
which makes it used for allocator="mimalloc" as well.
Expected behavior
n/a
Installed versions
Current HEAD.
The text was updated successfully, but these errors were encountered:
stinodego
changed the title
Jemalloc inclusion condition is wrong: Jemalloc is used when not(allocator = "default")
TraceMalloc inclusion condition is wrong: Jemalloc is used when not(allocator = "default")
Jun 20, 2024
acceptedReady for implementationbugSomething isn't workingbuildChanges that affect the build system or external dependenciesP-mediumPriority: mediumpythonRelated to Python Polars
Checks
Reproducible example
n/a
Log output
No response
Issue description
At this location the condition of Jemalloc is:
#[cfg(all(debug_assertions, not(allocator = "default"), target_family = "unix",))]
,which makes it used for
allocator="mimalloc"
as well.Expected behavior
n/a
Installed versions
Current HEAD.
The text was updated successfully, but these errors were encountered: