This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, vstinner
Date 2019-04-24.09:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+3bQGEO_9uEf4FXyVhOB5G-uJyBT5w=5RMnwtGaGZi3ML5Fmw@mail.gmail.com>
In-reply-to <1556075597.16.0.0340251423086.issue36707@roundup.psfhosted.org>
Content
pymalloc is enabled by default. --without-pymalloc allows to build Python
without pymalloc and use malloc by default.
History
Date User Action Args
2019-04-24 09:44:22vstinnersetrecipients: + vstinner, serhiy.storchaka
2019-04-24 09:44:22vstinnerlinkissue36707 messages
2019-04-24 09:44:22vstinnercreate