Skip to content

Commit 612e469

Browse files
[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 fb1b51a) Co-authored-by: Victor Stinner <[email protected]>
1 parent 601ef40 commit 612e469

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
@@ -53,6 +53,7 @@
5353
"_overlapped",
5454
"_testconsole",
5555
"_winapi",
56+
"_wmi",
5657
"msvcrt",
5758
"nt",
5859
"winreg",

0 commit comments

Comments
 (0)