SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-115103: Enable internal mimalloc assertions in debug builds (#116343)

This sets `MI_DEBUG` to `2` in debug builds to enable `mi_assert_internal()`
calls. Expensive internal assertions are not enabled.

This also disables an assertion in free-threaded builds that would be
triggered by the free-threaded GC because we traverse heaps that are not
owned by the current thread.
S
Sam Gross committed
72714c0266ce6d39c7c7fb63f617573b8f5a3cb2
Parent: dab85e0
Committed by GitHub <noreply@github.com> on 3/5/2024, 6:54:20 PM