]> granicus.if.org Git - python/commit
On memory error, dump the memory block traceback
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Mar 2016 21:22:13 +0000 (22:22 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Mar 2016 21:22:13 +0000 (22:22 +0100)
commit0611c26a58a937dace420691e797fbea21db619b
tree20f6c60f778a2e999d299b3b015f01d83a10eb4d
parentaf584a02a5dee4250e904ff75d22359aee9c2d70
On memory error, dump the memory block traceback

Issue #26564: _PyObject_DebugDumpAddress() now dumps the traceback where a
memory block was allocated on memory block. Use the tracemalloc module to get
the traceback.
Doc/c-api/memory.rst
Doc/whatsnew/3.6.rst
Misc/NEWS
Modules/_tracemalloc.c
Modules/hashtable.c
Objects/bytearrayobject.c
Objects/obmalloc.c
Parser/pgenmain.c