Message341140
| 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:45 | WKraus | set | recipients: + WKraus |
| 2019-04-30 09:09:45 | WKraus | set | messageid: <1556615385.08.0.753953745903.issue36756@roundup.psfhosted.org> |
| 2019-04-30 09:09:45 | WKraus | link | issue36756 messages |
| 2019-04-30 09:09:44 | WKraus | create | |