This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Xavion
Recipients Xavion, ztane
Date 2016-09-15.05:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473918868.83.0.518250118396.issue28165@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't have reported this if it was only happening *once*.  I already have it in a loop; a new shell command is fired every second.

The memory footprint increases by roughly 4 KiB *each* time.  I monitor it via the following Bash script:
    while true; do
        ps -C "python3 ./Program.pyw" -o pid=,%mem=,rss= >> ./Output.log
        sleep 1
    done &

I have attached the logfile for your convenience.  Let me know if you'd like me to run any other tests.
History
Date User Action Args
2016-09-15 05:54:28Xavionsetrecipients: + Xavion, ztane
2016-09-15 05:54:28Xavionsetmessageid: <1473918868.83.0.518250118396.issue28165@psf.upfronthosting.co.za>
2016-09-15 05:54:28Xavionlinkissue28165 messages
2016-09-15 05:54:28Xavioncreate