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 ronaldoussoren
Recipients remi.lapeyre, ronaldoussoren, skrah, vstinner
Date 2020-06-10.13:55:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591797358.41.0.178277329744.issue40928@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure if it is worthwhile to tweak CPython to work around this misfeature of libc on macOS (and likely iOS).  Is this something that causes issues in real code, or just in the test suite?  Looking at this particular test is seems to use a context that is not likely to occur in real code (due to using a lot of memory)


Note that malloc_print_configure is not a public API, using that can cause problems for folks that embed Python in apps that are shipped in the app store.
History
Date User Action Args
2020-06-10 13:55:58ronaldoussorensetrecipients: + ronaldoussoren, vstinner, skrah, remi.lapeyre
2020-06-10 13:55:58ronaldoussorensetmessageid: <1591797358.41.0.178277329744.issue40928@roundup.psfhosted.org>
2020-06-10 13:55:58ronaldoussorenlinkissue40928 messages
2020-06-10 13:55:58ronaldoussorencreate