New submission from David Talkin <dtal...@gmail.com>:
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(). ---------- components: Tkinter messages: 326289 nosy: dtalkin priority: normal severity: normal status: open title: memory leak in TkApp:_createbytearray type: resource usage versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34794> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com