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

[3.12] gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426) #119741

Merged
merged 3 commits into from
May 29, 2024

Conversation

zooba
Copy link
Member

@zooba zooba commented May 29, 2024

@@ -717,3 +717,36 @@ def test_literal_shebang_invalid_template(self):
f"{expect} arg1 {script}",
data["stdout"].strip(),
)

def test_shebang_command_in_venv(self):
Copy link
Member Author

Choose a reason for hiding this comment

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

This test was backported from 3.13 but might not work here. If we didn't make the relevant fix, probably best to just not backport the test.

@zooba zooba merged commit bc01c5d into python:3.12 May 29, 2024
27 checks passed
@zooba zooba deleted the gh-119070-3.12 branch May 29, 2024 19:12
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.

1 participant