]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105077: Fix test_tkinter refleak checking (GH-105078)
authorZachary Ware <zach@python.org>
Tue, 30 May 2023 03:53:55 +0000 (22:53 -0500)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 03:53:55 +0000 (03:53 +0000)
commit5454db4ace66018179f034fbffcea8d791d66a98
tree6b133b2c909b24293641c8c6b3efdeb8d9ea4495
parentd593074494b39a3d51e67a4e57189c530867a7ff
gh-105077: Fix test_tkinter refleak checking (GH-105078)

Use specific symbols from `test.support` to avoid having `support`
overwritten by `test_tkinter`'s own `support` submodule.
Lib/test/test_tkinter/__init__.py