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 dtalkin
Recipients dtalkin
Date 2018-09-24.21:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537824612.19.0.545547206417.issue34794@psf.upfronthosting.co.za>
In-reply-to
Content
The Tkinter.PhotoImage class leaks memory with each change of the 'data' Attribute due to Image calling tk._createbytearray, which allocates memory, but never frees it.

The offending method is in the TkApp class, _createbytearray().
History
Date User Action Args
2018-09-24 21:30:12dtalkinsetrecipients: + dtalkin
2018-09-24 21:30:12dtalkinsetmessageid: <1537824612.19.0.545547206417.issue34794@psf.upfronthosting.co.za>
2018-09-24 21:30:12dtalkinlinkissue34794 messages
2018-09-24 21:30:12dtalkincreate