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

Improve executable discovery of a PythonInfo inside a given folder #1443

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

saytosid
Copy link
Contributor

@saytosid saytosid commented Nov 14, 2019

  • Use architecture, version, implementation and platform extensions for candidates
  • Cache PythonInfo.from_exe by path (resolving symlinks)
  • Ensure what we discover has the same version, implementation and architecture.
  • Improve our test suite for this functionality.

@gaborbernat gaborbernat force-pushed the rewrite branch 2 times, most recently from 9c2ae47 to 91d5cb1 Compare November 17, 2019 14:59
@gaborbernat gaborbernat force-pushed the rewrite branch 12 times, most recently from 5447ee5 to f2fc080 Compare November 29, 2019 11:33
…r folder.

- Use architecture, version, implementation and platform extensions for
candiates
- Cache PythonInfo.from_exe by path (resolving symlinks)
- Ensure what we discover has the same version, implementation and
architecture.
- Improve our test suite for this functionality.
Signed-off-by: Bernat Gabor <[email protected]>
@gaborbernat gaborbernat force-pushed the fix-executable-discovery branch from 2830139 to 6b55a4d Compare November 29, 2019 13:41
@gaborbernat gaborbernat changed the title Fix executable discovery bug that did not work if executable was anything other than python or python.exe Improve executable discovery of a PythonInfo inside a given folder Nov 29, 2019
@gaborbernat gaborbernat merged commit ad42aa5 into pypa:rewrite Nov 29, 2019
gaborbernat pushed a commit that referenced this pull request Dec 15, 2019
- Use architecture, version, implementation and platform extensions for
candiates
- Cache PythonInfo.from_exe by path (resolving symlinks)
- Ensure what we discover has the same version, implementation and
architecture.
- Improve our test suite for this functionality.
Signed-off-by: Bernat Gabor <[email protected]>
gaborbernat pushed a commit that referenced this pull request Dec 18, 2019
- Use architecture, version, implementation and platform extensions for
candiates
- Cache PythonInfo.from_exe by path (resolving symlinks)
- Ensure what we discover has the same version, implementation and
architecture.
- Improve our test suite for this functionality.
Signed-off-by: Bernat Gabor <[email protected]>
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.

2 participants