Skip to content

Commit

Permalink
pythongh-123892: Add "_wmi" to sys.stdlib_module_names (python#123893)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 10, 2024
1 parent b52de7e commit fb1b51a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``"_wmi"`` to :data:`sys.stdlib_module_names`. Patch by Victor Stinner.
1 change: 1 addition & 0 deletions Python/stdlib_module_names.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Tools/build/check_extension_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"_overlapped",
"_testconsole",
"_winapi",
"_wmi",
"msvcrt",
"nt",
"winreg",
Expand Down

0 comments on commit fb1b51a

Please sign in to comment.