-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_tkinter leaks references on Windows #111531
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
Comments
git bisect points me to PR #111202 and commit 9bb202a:
|
@serhiy-storchaka I am running experiments to see which individual tests leak. |
I initially commented out blocks, then changed the -m arg to a test name and checked for only 1 match. bind, unbind, unbind2: 6, 0 |
Thank you for your report Victor. It is not only on Windows. I knew that something may be wrong with |
Thank you for your tests Terry. Could you please also check if #111533 fixes leaks? I do not see leaks in |
…d_all() (pythonGH-111533) (cherry picked from commit e3353c4) Co-authored-by: Serhiy Storchaka <[email protected]>
…d_all() (pythonGH-111533) (cherry picked from commit e3353c4) Co-authored-by: Serhiy Storchaka <[email protected]>
…nd_all() (GH-111533) (GH-111536) (cherry picked from commit e3353c4) Co-authored-by: Serhiy Storchaka <[email protected]>
…nd_all() (GH-111533) (GH-111535) (cherry picked from commit e3353c4) Co-authored-by: Serhiy Storchaka <[email protected]>
Oh, that was a quick fix 👍 |
Linked PRs
The text was updated successfully, but these errors were encountered: