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 christian.heimes, neologix, python-dev, vstinner
Date 2013-11-24.11:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385292616.31.0.989765577247.issue19741@psf.upfronthosting.co.za>
In-reply-to
Content
tracemalloc_log_alloc() failures are now handled for new allocations, but not on resize. A failure on resize is very unlikely before tracemalloc_log_free() was just called and so released exactly the requested size.

I leave the issue open just in case I find a way to handle the last case :-)
History
Date User Action Args
2013-11-24 11:30:16vstinnersetrecipients: + vstinner, christian.heimes, neologix, python-dev
2013-11-24 11:30:16vstinnersetmessageid: <1385292616.31.0.989765577247.issue19741@psf.upfronthosting.co.za>
2013-11-24 11:30:16vstinnerlinkissue19741 messages
2013-11-24 11:30:16vstinnercreate