Skip to content

gh-150443: Exclude explicit dup3 and pipe2 checks on iOS builds.#150444

Merged
freakboy3742 merged 1 commit into
python:mainfrom
freakboy3742:macos26-build
May 26, 2026
Merged

gh-150443: Exclude explicit dup3 and pipe2 checks on iOS builds.#150444
freakboy3742 merged 1 commit into
python:mainfrom
freakboy3742:macos26-build

Conversation

@freakboy3742
Copy link
Copy Markdown
Contributor

@freakboy3742 freakboy3742 commented May 26, 2026

Building the iOS ARM64 simulator fails on macOS 26 as a result of a change to the SDKs that expose a dup3 and pipe2 symbol without a corresponding header.

This PR modifies the configure check to explicitly exclude dup3 and pipe2 checks when building on iOS. This defaults the check to "not available" on iOS.

Copy link
Copy Markdown
Member

@ned-deily ned-deily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@freakboy3742 freakboy3742 merged commit 629da5c into python:main May 26, 2026
61 checks passed
@freakboy3742 freakboy3742 deleted the macos26-build branch May 26, 2026 03:39
@miss-islington-app
Copy link
Copy Markdown

Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@miss-islington-app
Copy link
Copy Markdown

Sorry, @freakboy3742, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 629da5c914b4407e01c1dc06cbcbd8dce825fef3 3.14

@miss-islington-app
Copy link
Copy Markdown

Sorry, @freakboy3742, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 629da5c914b4407e01c1dc06cbcbd8dce825fef3 3.13

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 26, 2026

GH-150446 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 26, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 26, 2026

GH-150447 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label May 26, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 26, 2026

GH-150448 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 26, 2026
freakboy3742 added a commit that referenced this pull request May 26, 2026
…s. (GH-150444) (#150446)

Exclude explicit dup3 and pipe2 checks on iOS builds.
(cherry picked from commit 629da5c)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants