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 remi.lapeyre
Recipients remi.lapeyre, ronaldoussoren, skrah
Date 2020-06-10.08:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591777313.45.0.0976205803432.issue40928@roundup.psfhosted.org>
In-reply-to
Content
Would it be possible to wrap malloc_print_configure() (https://github.com/PureDarwin/libmalloc/blob/e37056265821cd6e014ab911d9fe3b9d0da88e22/src/malloc_printf.c#L59) in a context manager that we put in test.support? or to override https://github.com/PureDarwin/libmalloc/blob/e37056265821cd6e014ab911d9fe3b9d0da88e22/src/malloc_printf.c#L36?


This would let us change this behaviour locally without masking all other errors.
History
Date User Action Args
2020-06-10 08:21:53remi.lapeyresetrecipients: + remi.lapeyre, ronaldoussoren, skrah
2020-06-10 08:21:53remi.lapeyresetmessageid: <1591777313.45.0.0976205803432.issue40928@roundup.psfhosted.org>
2020-06-10 08:21:53remi.lapeyrelinkissue40928 messages
2020-06-10 08:21:53remi.lapeyrecreate