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 WKraus
Recipients WKraus
Date 2019-04-30.09:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556615385.08.0.753953745903.issue36756@roundup.psfhosted.org>
In-reply-to
Content
When using tk.createcommand you get a memory leak when you don't explicitly call tk.deletecommand to remove this command.
See attached file: __del__ never get's called due to the memory leak and because of that calling tk.deletecommand inside __del__ has no effect. If you remove the tk.createcommand everything works fine.
History
Date User Action Args
2019-04-30 09:09:45WKraussetrecipients: + WKraus
2019-04-30 09:09:45WKraussetmessageid: <1556615385.08.0.753953745903.issue36756@roundup.psfhosted.org>
2019-04-30 09:09:45WKrauslinkissue36756 messages
2019-04-30 09:09:44WKrauscreate