]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Sep 2021 07:34:19 +0000 (00:34 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 07:34:19 +0000 (00:34 -0700)
commitf71b86e0ae194613d235086755c6a44266978be1
tree168bf790f1a059823fd145e4e3917de10416ae1d
parent9ccdc90488302b212bd3405d10dc5c22052e9b4c
bpo-45020: Don't test IDLE with frozen module. (GH-28344)

Otherwise, test would need special import.
(cherry picked from commit 369bf949ccbb689cd4638b29b4c0c12db79b927c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/test_query.py