-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-34794: Fix a leak in Tkinter. #10025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-34794: Fix a leak in Tkinter. #10025
Conversation
@serhiy-storchaka: Hum, it seems like this fix can be merged, but it seems like you prefer to merge your own PRs :-) |
Thank you @vstinner and @zhangyangyu. |
Actually it is @zhangyangyu have found the bug. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
Based on the investigation by Xiang Zhang. (cherry picked from commit df13df4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Based on the investigation by Xiang Zhang. (cherry picked from commit df13df4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-10069 is a backport of this pull request to the 3.7 branch. |
GH-10070 is a backport of this pull request to the 3.6 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Based on the investigation by Xiang Zhang.. (cherry picked from commit df13df4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-10181 is a backport of this pull request to the 2.7 branch. |
https://bugs.python.org/issue34794