]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with...
authorRussell Keith-Magee <russell@keith-magee.com>
Thu, 5 Dec 2024 03:28:21 +0000 (11:28 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 03:28:21 +0000 (03:28 +0000)
commit1182c64181b2e3e75b9c602079b31fcdeadf1c3a
treea8fa814f0fc7891723e1ade16e1e6dac504a9dee
parent4060ef36e18d712fb1022aff798827a71fdcb09a
[3.13] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces (GH-127575) (#127624)

Added shell escaping to ensure iOS compiler shims can accept arguments with spaces.
(cherry picked from commit 6cf77949fba7b44f6885794b2028f091f42f5d6c)

Co-authored-by: Feodor Fitsner <feodor@appveyor.com>
13 files changed:
Misc/NEWS.d/next/Core and Builtins/2024-12-04-09-52-08.gh-issue-127434.RjkGT_.rst [new file with mode: 0644]
iOS/Resources/bin/arm64-apple-ios-ar
iOS/Resources/bin/arm64-apple-ios-clang
iOS/Resources/bin/arm64-apple-ios-clang++
iOS/Resources/bin/arm64-apple-ios-cpp
iOS/Resources/bin/arm64-apple-ios-simulator-ar
iOS/Resources/bin/arm64-apple-ios-simulator-clang
iOS/Resources/bin/arm64-apple-ios-simulator-clang++
iOS/Resources/bin/arm64-apple-ios-simulator-cpp
iOS/Resources/bin/x86_64-apple-ios-simulator-ar
iOS/Resources/bin/x86_64-apple-ios-simulator-clang
iOS/Resources/bin/x86_64-apple-ios-simulator-clang++
iOS/Resources/bin/x86_64-apple-ios-simulator-cpp