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

Nick Coghlan ncoghlan at gmail.com
Fri Mar 14 08:39:48 CET 2014


On 14 March 2014 09:54, Victor Stinner <victor.stinner at gmail.com> 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 version of the packages:
https://bugzilla.redhat.com/show_bug.cgi?id=1045780

(Some guidelines on handling that problem are at
https://fedoraproject.org/wiki/Packaging:Python if anyone familiar
with RPM and keen to see that fixed feels like taking a shot at the
problem)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list