commit | a2d8c4b81b8e68e2ffe10945f7ca69174c14e52a | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Mon Sep 13 16:18:37 2021 -0600 |
committer | GitHub <noreply@github.com> | Mon Sep 13 16:18:37 2021 -0600 |
tree | c46c7aead37c0a393f13ef0fb8bb97ea9a9836c6 | |
parent | 1fc41ae8709e20d741bd86c2345173688a5e84b0 [diff] |
bpo-45019: Do some cleanup related to frozen modules. (gh-28319) There are a few things I missed in gh-27980. This is a follow-up that will make subsequent PRs cleaner. It includes fixes to tests and tools that reference the frozen modules. https://bugs.python.org/issue45019