Re: [Python-Dev] tracemallocqt: GUI to analyze tracemalloc snapshots

2014-03-14 Thread Nick Coghlan
On 14 March 2014 09:54, Victor Stinner wrote: > I force pickle version 2 because tracemallocqt currently only works on > Python 2. (Mostly because I don't see how to get PySide for Python 3 > on Fedora 20.) The Fedora PySide package needs some spec file wrangling to actually build the Python 3 ve

[Python-Dev] tracemallocqt: GUI to analyze tracemalloc snapshots

2014-03-13 Thread Victor Stinner
Hi, To prepare my conference on tracemalloc for Pycon Montréal next month, I wrote a GUI to analyze tracemalloc snapshots: "tracemallocqt". https://bitbucket.org/haypo/tracemallocqt It looks like that: http://www.haypocalc.com/tmp/tracemallocqt_python34.png I'm looking for testers and feedba