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, xdegaye
Date 2017-06-19.13:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497880353.97.0.00946971022457.issue30695@psf.upfronthosting.co.za>
In-reply-to
Content
> I am not sure, failmalloc.enable(range) accepts only range > 1, hook_malloc() fails only once instead of permanently and hook_free() does free memory.

All these things can change :-)

> Also what happens then after this call is not very close to real life as memory is never freed.

Why not freeing memory?
History
Date User Action Args
2017-06-19 13:52:34vstinnersetrecipients: + vstinner, xdegaye, serhiy.storchaka
2017-06-19 13:52:33vstinnersetmessageid: <1497880353.97.0.00946971022457.issue30695@psf.upfronthosting.co.za>
2017-06-19 13:52:33vstinnerlinkissue30695 messages
2017-06-19 13:52:33vstinnercreate