◐ Shell
clean mode source ↗

Message 389315 - Python tracker

Message389315

Author christian.heimes
Recipients christian.heimes, ggardet, vstinner
Date 2021-03-22.13:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616420746.05.0.97063236168.issue43593@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-22 13:45:46christian.heimessetrecipients: + christian.heimes, vstinner, ggardet
2021-03-22 13:45:46christian.heimessetmessageid: <1616420746.05.0.97063236168.issue43593@roundup.psfhosted.org>
2021-03-22 13:45:46christian.heimeslinkissue43593 messages
2021-03-22 13:45:46christian.heimescreate