Skip to content

Commit 1248524

Browse files
[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 fb1b51a) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 9e38723 commit 1248524

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``"_wmi"`` to :data:`sys.stdlib_module_names`. Patch by Victor Stinner.

Python/stdlib_module_names.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/build/check_extension_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"_overlapped",
5555
"_testconsole",
5656
"_winapi",
57+
"_wmi",
5758
"msvcrt",
5859
"nt",
5960
"winreg",

0 commit comments

Comments
 (0)