There are many Python "bundlers" which create an archive to run a Python binary
from, and they may not set sys.executable at all - handle that case properly,
especially to run tests.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG49998d5ba66a: pycompat: make fewer assumptions about sys.executable
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.