commit | d57a3e5d03efdda6247c27bd682872edf399d88b | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Nov 13 15:50:56 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 13 15:50:56 2018 +0100 |
tree | ebe534112b37d06155291a82382ea0b0313a73e6 | |
parent | 55b4771d5d18d5ff7c095aa1ab750fe0c8bb5e67 [diff] |
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) If tracemalloc is not tracing Python memory allocations, _PyMem_DumpTraceback() now suggests to enable tracemalloc to get the traceback where the memory block has been allocated.