]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 13 Sep 2021 22:18:37 +0000 (16:18 -0600)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 22:18:37 +0000 (16:18 -0600)
commita2d8c4b81b8e68e2ffe10945f7ca69174c14e52a
treec46c7aead37c0a393f13ef0fb8bb97ea9a9836c6
parent1fc41ae8709e20d741bd86c2345173688a5e84b0
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
12 files changed:
.gitattributes
.gitignore
Lib/ctypes/test/test_values.py
Lib/imp.py
Makefile.pre.in
Python/clinic/import.c.h
Python/frozen.c
Python/frozen_modules/MANIFEST [new file with mode: 0644]
Python/frozen_modules/README.txt [new file with mode: 0644]
Python/import.c
Tools/scripts/freeze_modules.py
Tools/scripts/generate_stdlib_module_names.py