]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121008: Fix idlelib.run tests (#121046)
authorVictor Stinner <vstinner@python.org>
Wed, 26 Jun 2024 13:41:16 +0000 (15:41 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 13:41:16 +0000 (15:41 +0200)
commit44eafd66882589d4f4eb569d70c49724da3e9291
treeeb707056336420eaa04b8d9772c52e57b2a3d0e7
parentc87876763e88ddbe1d465912aff74ee4c0ffd451
gh-121008: Fix idlelib.run tests (#121046)

When testing IDLE, don't create a Tk to avoid side effects such as
installing a PyOS_InputHook hook.
Lib/idlelib/run.py