[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 fb1b51a58d)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2024-09-30 03:24:55 +02:00 committed by GitHub
parent 601ef402fd
commit 612e469624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -97,6 +97,7 @@ static const char* _Py_stdlib_module_names[] = {
"_weakref",
"_weakrefset",
"_winapi",
"_wmi",
"_zoneinfo",
"abc",
"antigravity",