-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Optionally load C dependencies based on platform #4142
Conversation
06c6342
to
45849c7
Compare
Changes to |
@xavfernandez The instructions for updating vendor patches seem incomplete. First, the
|
@dstufft (or anyone else) What are your thoughts on this PR? |
The |
45849c7
to
d2de289
Compare
@xavfernandez Anything outstanding on this? |
This will need rebasing after #4342 |
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Thing that just occurred to me: If |
Removing from the 10.0 milestone since the linked issue is already in the milestone. :) |
@mattlong I had opened a similar pr to this (#4612) without seeing yours first, but would be happy to consolidate around this one instead if you're still interested in working on it. It looks like this one needs:
I would also recommend updating the readme here: https://github.com/pypa/pip/blame/master/pip/_vendor/README.rst#L100 to reflect this change to the treatment of c dependencies. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PR for #4098.
I'm not thrilled importing from
pip.compat
to detect windows since it requires adel
statement to leave no trace. Could of course duplicate the same logic to avoid the import + del, but that seems even worse.