mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)
gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893)
(cherry picked from commit fb1b51a58d
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
601ef402fd
commit
612e469624
3 changed files with 3 additions and 0 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -97,6 +97,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_weakref",
|
||||
"_weakrefset",
|
||||
"_winapi",
|
||||
"_wmi",
|
||||
"_zoneinfo",
|
||||
"abc",
|
||||
"antigravity",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue