]> granicus.if.org Git - python/commit
Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 24 Nov 2013 10:37:15 +0000 (11:37 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 24 Nov 2013 10:37:15 +0000 (11:37 +0100)
commit52968676f16a83a069a02b42a71a5a42c5ec76f6
treead2d6211c2c5fa8d97c63e34bb31f41910d56b86
parentc49477b1848d5f7f1a98c6f19931d75c29019c7e
Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller
for new allocations, but not when a memory block was already resized
Modules/_tracemalloc.c