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.
V
Victor Stinner committed
0611c26a58a937dace420691e797fbea21db619b
Parent: af584a0