Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

_wmi missing in sys.stdlib_module_names #123892

Closed
Labels
type-bugAn unexpected behavior, bug, or error
@mtnpke

Description

@mtnpke

Bug report

Bug description:

Given thatimport _wmi succeeds on a minimal Python distribution (embeddable amd64 downloaded fromhttps://www.python.org/downloads/release/python-3130rc2/ for example), should_wmi not be included insys.stdlib_module_names?

python-3.13.0rc2-embed-amd64 $ .\python.exePython 3.13.0rc2 (tags/v3.13.0rc2:ec61006, Sep  6 2024, 22:13:49) [MSC v.1940 64 bit (AMD64)] on win32>>> import sys>>> "_wmi" in sys.stdlib_module_namesFalse>>> import _wmi>>>

(My use case is that I am generating license exports automatically and any packages that are not resolvable to a distribution and not included instdlib_module_names lead to an error or need special-casing.)

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp