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

Correct search order for installed packages #4878

Merged
merged 1 commit into from
Apr 9, 2018

Conversation

emmatyping
Copy link
Collaborator

Due to the method of looking for installed packages, it was possible for
the search to be unstable: an installed inline package would be chosen
before an installed stub package. This corrects that by storing a
seperate list for each, and putting the stub packages first.

Fixes #4876

Due to the method of looking for installed packages, it was possible for
the search to be unstable: an installed inline package would be chosen
before an installed stub package. This corrects that by storing a
seperate list for each, and putting the stub packages first.

Fixes python#4876
@emmatyping emmatyping requested a review from JukkaL April 9, 2018 21:19
@gvanrossum
Copy link
Member

I'll merge this now, before cutting the release branch, since it looks right.

@gvanrossum gvanrossum merged commit 1fd5a30 into python:master Apr 9, 2018
@emmatyping emmatyping deleted the searchorder branch April 12, 2018 08:07
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