[PyQt] Attempting to reduce the memory footprint of my PyQt5 application

Xavion xavion.0 at gmail.com
Thu Sep 15 05:48:23 BST 2016


>
> Use subprocess? Simpler code and no leaks.
>
> subprocess.check_output([command] + args)
>

I had a feeling someone would tell me to do that :-).

Believe it or not, the same problem happens with the 'subprocess' module.
As such, I have just opened a ticket <http://bugs.python.org/issue28165> on
the Python bug tracker.

I guess this news pretty much gets Qt and PyQt off the hook.  I'm sure you
guys are pleased about that :-).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160915/a69514ca/attachment-0001.html>


More information about the PyQt mailing list