]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141442: Add escaping to iOS testbed arguments (GH-141443) (#141480)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Nov 2025 22:03:51 +0000 (23:03 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 22:03:51 +0000 (22:03 +0000)
commit6aeb0d5b2ae45beb8456a96faef416575fb25058
tree8fae6b8f19d5bad2a62e212b09a6817f8a0ae0d0
parent7c62bd571bfc40237bc8120bdba80c92e35944d5
[3.13] gh-141442: Add escaping to iOS testbed arguments (GH-141443) (#141480)

Xcode concatenates the test argument array, losing quoting in the process.
(cherry picked from commit 558936bec1f1e0f8346063a8cb2b2782d085178e)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Misc/NEWS.d/next/Tools-Demos/2025-11-12-12-54-28.gh-issue-141442.50dS3P.rst [new file with mode: 0644]
iOS/testbed/__main__.py