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, vstinner
Date 2020-06-10.13:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591797082.88.0.254594461722.issue40928@roundup.psfhosted.org>
In-reply-to
Content
> But is it really an use case to log any memory allocation failure? Python is very likely to raise a MemoryError exception in this case. It's well defined, no?

Yes, we are not trying to log the allocation failure, we are just trying to suppress a dubious error message that occurs specifically on MacOS.
History
Date User Action Args
2020-06-10 13:51:22remi.lapeyresetrecipients: + remi.lapeyre, ronaldoussoren, vstinner, skrah
2020-06-10 13:51:22remi.lapeyresetmessageid: <1591797082.88.0.254594461722.issue40928@roundup.psfhosted.org>
2020-06-10 13:51:22remi.lapeyrelinkissue40928 messages
2020-06-10 13:51:22remi.lapeyrecreate