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
gh-90005: Don't link with libbsd if not needed #105236
Conversation
Restore pre pythongh-29696 behaviour
@jefferyto, does this work for you? (re #29696 (comment)) |
Checking config.log after a test build with this change, I no longer see a check for libbsd after the flock function check is successful (and no |
Thanks @erlend-aasland for the PR |
Sorry @erlend-aasland, I had trouble checking out the |
Sorry, @erlend-aasland, I could not cleanly backport this to |
…05236) The regression was introduced with commit 5b946ca. Restore pre pythongh-29696 behaviour.
Thanks for the report, @jefferyto! |
GH-105359 is a backport of this pull request to the 3.11 branch. |
GH-105360 is a backport of this pull request to the 3.12 branch. |
…05236) The regression was introduced with commit 5b946ca. Restore pre pythongh-29696 behaviour.
Restore pre gh-29696 behaviour