Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid Windows Store shims in --python python3-like invocations #2212

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

charliermarsh
Copy link
Member

Summary

We have logic in python_query.rs to filter out Windows Store shims when you use invocations like -p 3.10, but not --python python3, which is uncommon but allowed on Windows.

Closes #2211.

@charliermarsh charliermarsh added bug Something isn't working windows Specific to the Windows platform labels Mar 5, 2024
@charliermarsh charliermarsh marked this pull request as ready for review March 5, 2024 18:40
@charliermarsh charliermarsh merged commit 01ebaef into main Mar 5, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/win branch March 5, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows Specific to the Windows platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of -p python3 on Windows can resolve to Windows Store shim
1 participant