-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
stdlib: Add missing conditionals for Unix-only API #7384
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
Conversation
541e5de
to
777e8b4
Compare
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
We do allow rebase merging on this repo, but that means one of the commits will be pre-commit reformatting things. Personally I'd prefer squash-merging so each commit maps cleanly to a PR. I would clean up the commit message to list the specific changes you made. |
777e8b4
to
1b25073
Compare
I rebased the PR to merge the formatting changes with the individual commits and added the PR number to each commit message. I hope that addresses your concerns. I strongly prefer separate changes to be split up across separate commits, because it makes the git history more readable. |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
See #7384 and #7443 (comment) (thanks @AlexWaygood for diagnosing).
See #7384 and #7443 (comment) (thanks @AlexWaygood for diagnosing).
I'd prefer these commits to be merged without squashing to produce a more readable git log.