STINNER Victor added the comment:

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 :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to