| commit | bdcc738fec377a9936d21899b08129374fe3cc7b | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Jun 26 16:08:31 2024 +0200 |
| committer | GitHub <noreply@github.com> | Wed Jun 26 14:08:31 2024 +0000 |
| tree | 076084e29064a78fe6e44d103ef5d0e21af32ebe | |
| parent | 7db14f1eba1ac6a42f0fb0d5fbaea07ed3d7d492 [diff] |
[3.13] gh-121008: Fix idlelib.run tests (GH-121046) (#121049) gh-121008: Fix idlelib.run tests (GH-121046) When testing IDLE, don't create a Tk to avoid side effects such as installing a PyOS_InputHook hook. (cherry picked from commit 44eafd66882589d4f4eb569d70c49724da3e9291) Co-authored-by: Victor Stinner <vstinner@python.org>