Skip to content
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

gh-105077: Fix test_tkinter refleak checking #105078

Merged
merged 1 commit into from
May 30, 2023

Conversation

zware
Copy link
Member

@zware zware commented May 30, 2023

Use specific symbols from test.support to avoid having support
overwritten by test_tkinter's own support submodule.

Use specific symbols from `test.support` to avoid having `support`
overwritten by `test_tkinter`'s own `support` submodule.
@zware zware added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir skip news topic-tkinter labels May 30, 2023
@zware zware self-assigned this May 30, 2023
@zware zware enabled auto-merge (squash) May 30, 2023 03:27
@zware zware added the needs backport to 3.12 bug and security fixes label May 30, 2023
@zware zware merged commit 5454db4 into python:main May 30, 2023
25 of 27 checks passed
@zware zware deleted the fix_test_tkinter_refleak_checking branch May 30, 2023 03:53
@miss-islington
Copy link
Contributor

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 30, 2023
Use specific symbols from `test.support` to avoid having `support`
overwritten by `test_tkinter`'s own `support` submodule.
(cherry picked from commit 5454db4)

Co-authored-by: Zachary Ware <zach@python.org>
@bedevere-bot
Copy link

GH-105079 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label May 30, 2023
zware pushed a commit that referenced this pull request May 30, 2023
…05079)

Use specific symbols from `test.support` to avoid having `support`
overwritten by `test_tkinter`'s own `support` submodule.
(cherry picked from commit 5454db4)
@bedevere-bot

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-tkinter type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants