]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Jun 2022 08:10:58 +0000 (01:10 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 08:10:58 +0000 (01:10 -0700)
commitaaa85b55d9eab274606daef8bd1f8bb9672f1b1d
tree03ef43c59cfdc419d5217dea986105f917bc55bc
parent3b4f5ed1689e37ddeb2de4d817ed26a7477b442e
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-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 5150cbcd6821c0cf79b81cfc8780087bbc6985da)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst [new file with mode: 0644]
Modules/makesetup