]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
authorVictor Stinner <vstinner@python.org>
Wed, 10 Mar 2021 10:14:07 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 10:14:07 +0000 (11:14 +0100)
commit307745aa42196ad3fd97fee4a1ae6496bb895596
treeac50f9198da22b1400df4815b6a875fd3364bb70
parentb4f9089d4aa787c5b74134c98e5f0f11d9e63095
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)

Add frozen modules to sys.stdlib_module_names. For example, add
"_frozen_importlib" and "_frozen_importlib_external" names.

Add "list_frozen" command to Programs/_testembed.
Makefile.pre.in
Misc/NEWS.d/next/Library/2021-03-09-11-36-19.bpo-43445.jnj-UB.rst [new file with mode: 0644]
Programs/_testembed.c
Python/stdlib_module_names.h
Tools/scripts/generate_stdlib_module_names.py