mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
b4f9089d4a
commit
307745aa42
5 changed files with 53 additions and 4 deletions
|
@ -32,6 +32,8 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_dbm",
|
||||
"_decimal",
|
||||
"_elementtree",
|
||||
"_frozen_importlib",
|
||||
"_frozen_importlib_external",
|
||||
"_functools",
|
||||
"_gdbm",
|
||||
"_hashlib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue