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

On Windows, argv[0] and the executable name cannot differ #1404

Open
erikcorry opened this issue Feb 3, 2023 · 0 comments
Open

On Windows, argv[0] and the executable name cannot differ #1404

erikcorry opened this issue Feb 3, 2023 · 0 comments

Comments

@erikcorry
Copy link
Member

The executable name is ignored, and the zeroth argument is always used.

This is not a huge issue, and it only affects fork from the os.pipe package. The others, like backticks don't support passing two different values to the primitive for the executable and argv[0]. See #1400's history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant