Skip to content

gh-153091: Fix os.listvolumes() should be only available for MS_WINDOWS_DESKTOP#153095

Open
thexai wants to merge 1 commit into
python:mainfrom
thexai:fix-os_listvolumes
Open

gh-153091: Fix os.listvolumes() should be only available for MS_WINDOWS_DESKTOP#153095
thexai wants to merge 1 commit into
python:mainfrom
thexai:fix-os_listvolumes

Conversation

@thexai

@thexai thexai commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

…r ``MS_WINDOWS_DESKTOP``

``FindFirstVolumeW`` is only supported on Windows Desktop (not in UWP).
@thexai thexai force-pushed the fix-os_listvolumes branch from edc9ae7 to ae9a173 Compare July 5, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

os.listvolumes() interface should be only available on Windows Desktop (MS_WINDOWS_DESKTOP) and not in UWP (MS_WINDOWS_APP)

1 participant