mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.12] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123897)
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
9e38723a15
commit
1248524940
3 changed files with 3 additions and 0 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -89,6 +89,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_weakref",
|
||||
"_weakrefset",
|
||||
"_winapi",
|
||||
"_wmi",
|
||||
"_zoneinfo",
|
||||
"abc",
|
||||
"aifc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue