summaryrefslogtreecommitdiffstats
path: root/Tools/build/check_extension_modules.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-09-30 01:24:55 (GMT)
committerGitHub <noreply@github.com>2024-09-30 01:24:55 (GMT)
commit612e469624c64ade080b1fc79085e1e30e9eb394 (patch)
tree3cdb1367705d0791b28dbaf7c537f5c1020e2f07 /Tools/build/check_extension_modules.py
parent601ef402fd75a55f0a07bdc8c85b236800fcc6eb (diff)
downloadcpython-612e469624c64ade080b1fc79085e1e30e9eb394.zip
cpython-612e469624c64ade080b1fc79085e1e30e9eb394.tar.gz
cpython-612e469624c64ade080b1fc79085e1e30e9eb394.tar.bz2
[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 fb1b51a58df4315f7ef3171a5abeb74f132b0971) Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Tools/build/check_extension_modules.py')
-rw-r--r--Tools/build/check_extension_modules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/build/check_extension_modules.py b/Tools/build/check_extension_modules.py
index a9fee49..7de35b4 100644
--- a/Tools/build/check_extension_modules.py
+++ b/Tools/build/check_extension_modules.py
@@ -53,6 +53,7 @@ WINDOWS_MODULES = {
"_overlapped",
"_testconsole",
"_winapi",
+ "_wmi",
"msvcrt",
"nt",
"winreg",