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

gh-94404: makesetup: use correct CFLAGS and macOS workaround #94405

Merged
merged 1 commit into from Jun 29, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Jun 29, 2022

makesetup now works around an issue with sed on macOS and uses correct
CFLAGS for object files that end up in a shared extension.

``makesetup`` now works around an issue with sed on macOS and uses correct
CFLAGS for object files that end up in a shared extension.
@tiran tiran merged commit 5150cbc into python:main Jun 29, 2022
14 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jun 29, 2022

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒🤖

@tiran tiran deleted the gh-94404-makesetup branch Jun 29, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 29, 2022
…ythonGH-94405)

``makesetup`` now works around an issue with sed on macOS and uses correct
CFLAGS for object files that end up in a shared extension.
(cherry picked from commit 5150cbc)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

bedevere-bot commented Jun 29, 2022

GH-94406 is a backport of this pull request to the 3.11 branch.

miss-islington added a commit that referenced this pull request Jun 29, 2022
``makesetup`` now works around an issue with sed on macOS and uses correct
CFLAGS for object files that end up in a shared extension.
(cherry picked from commit 5150cbc)

Co-authored-by: Christian Heimes <christian@python.org>
gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request Jun 30, 2022
…ythonGH-94405)

``makesetup`` now works around an issue with sed on macOS and uses correct
CFLAGS for object files that end up in a shared extension.
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.

None yet

3 participants