]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129200: Add locking to the iOS testbed startup sequence. (#130564)
authorRussell Keith-Magee <russell@keith-magee.com>
Thu, 27 Feb 2025 23:33:10 +0000 (07:33 +0800)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 23:33:10 +0000 (07:33 +0800)
commit9211b3dabeacb92713ac3f5f0fa43bc7cf69afd8
tree343a52778598ab509dcd260dae2c48b7ad027da3
parent6140b0896e95ca96aa15472e14d0502966391485
gh-129200: Add locking to the iOS testbed startup sequence. (#130564)

Add a lock to ensure that only one iOS testbed per user can start at a time, so
that the simulator discovery process doesn't collide between instances.
Makefile.pre.in
Misc/NEWS.d/next/Tests/2025-02-26-15-10-16.gh-issue-129200.XH4TeC.rst [new file with mode: 0644]
iOS/testbed/__main__.py