]> 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:33:32 +0000 (00:33 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 07:33:32 +0000 (00:33 -0700)
commit8a9396cf1d9e1ce558841095e1ce0d3c23b7a8aa
treec4fc3add6f9feaa32da264363f2c3ccb21c25677
parentdda5ff2d095c795f00afaa64505069a2409f6099
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