[issue19741] tracemalloc: tracemalloc_log_alloc() doesn't check _Py_HASHTABLE_SET() return value

STINNER Victor report at bugs.python.org
Sun Nov 24 12:30:16 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19741>
_______________________________________


More information about the Python-bugs-list mailing list