Skip to content

Conversation

@zware
Copy link
Member

@zwarezware 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.
@zwarezware added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir skip news topic-tkinter labels May 30, 2023
@zwarezware self-assigned this May 30, 2023
@zwarezware enabled auto-merge (squash) May 30, 2023 03:27
@zwarezware added the needs backport to 3.12 only security fixes label May 30, 2023
@zwarezware merged commit 5454db4 into python:mainMay 30, 2023
@zwarezware 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-botbedevere-bot removed the needs backport to 3.12 only 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-tkintertype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@zware@miss-islington@bedevere-bot@JelleZijlstra