[Python-Dev] Re: Hold multiple tracebacks per-object in tracemalloc

2019-11-20 Thread Sümer Cip
Thanks Victor, I have a better understanding of tracemalloc internals. On Tue, Nov 19, 2019 at 10:07 PM Victor Stinner wrote: > Hi, > > Le mar. 19 nov. 2019 à 18:33, Sümer Cip a écrit : > > First of all, I would like to thank for such a useful tool for debugging > memory issues. I am pretty pro

[Python-Dev] Re: Hold multiple tracebacks per-object in tracemalloc

2019-11-19 Thread Victor Stinner
Hi, Le mar. 19 nov. 2019 à 18:33, Sümer Cip a écrit : > First of all, I would like to thank for such a useful tool for debugging > memory issues. I am pretty proud as a Python lover that we have such a tool: > tracemalloc:) As the module author: you're welcome ;-) > AFAIU, tracemalloc holds