Skip to content

Adds fallback search for 'python<TAG>.exe' style shebangs. #97

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

Merged
merged 3 commits into from
May 12, 2025

Conversation

zooba
Copy link
Member

@zooba zooba commented May 12, 2025

Fixes #91

@zooba
Copy link
Member Author

zooba commented May 12, 2025

If anyone's available to review, this is (hopefully) the last bugfix before another update. (Win10 is currently blocked, so I want to get the update out quickly.)

@zooba
Copy link
Member Author

zooba commented May 12, 2025

(And yes, I know reimplementing pathlib looks bad. It has a significantly faster import speed, and we're not yet at the same level of functionality to be worried about missing stuff. Though the stdlib is getting start-time improvements, so switching back at some point is definitely on the cards.)

Copy link
Member

@AA-Turner AA-Turner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK from a desk review, though I haven't run the code.

A

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@zooba zooba merged commit 9a150b3 into python:main May 12, 2025
4 checks passed
@zooba zooba deleted the gh-91 branch May 12, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

py.exe shebang processing only runs python version installed by pymanager
2 participants