mirror of
https://github.com/python/cpython.git
synced 2026-08-01 22:55:03 -04:00
Extends the documentation for disabling pymalloc with the `--without-pymalloc` flag regarding why it is worth to use it when enabling AddressSanitizer for Python build (which is done, e.g., in CPython's CI builds).
(cherry picked from commit d19bb44713)
Co-authored-by: Disconnect3d <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>