Christian Heimes <li...@cheimes.de> added the comment:

pymalloc is a compile-time option. The configure flag sets or unsets 
WITH_PYMALLOC. The define is then used by 
https://github.com/python/cpython/blob/master/Objects/obmalloc.c to change the 
internal allocator.

The flag may also affect the ABI of Python and affect binary wheels. It might 
break compatibility with manylinux wheels for aarch64.

Victor, please take a look.

----------
nosy: +christian.heimes, vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43593>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to