-
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
Ignore errors copying socket files for source installs (in Python 3). #6844
Ignore errors copying socket files for source installs (in Python 3). #6844
Conversation
4fed7c2
to
477c2c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Really good, thorough work on this. 👍
(And looking at it I do think the Py3 approach makes for a cleaner, simpler fix.)
28b562a
to
ed71173
Compare
@pradyunsg do you want to give this a look? It supersedes #6802 which you had approved previously. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM functionally.
A couple of comments "around" the code change: news file and tests.
Note that I prefix my nit-picky comments with "nit: " -- I don't think they're worth spending energy debating on. Please do feel free to ignore them if you disagree and if you feel like it, comment on why you do disagree. I aim never to have extended discussions on "nit" comments. :)
d54e5d8
to
3c5345a
Compare
Updated to address comments. Should be ready for another round. 👍 |
Fine by me. I was thinking along those lines but didn't know how to articulate it, so thank you. |
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 |
ff64108
to
c9dc2db
Compare
c9dc2db
to
a7dbd12
Compare
Since PR #6866 is taking longer than I expected it would to be ready, I'd like to merge this sooner rather than later. Any objections? |
Nope, merge away. 🚀 |
Great! 🎉 |
Addresses the same as #6802, but only worries about Python 3 compatibility.
Fixes #5306.