-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
iOS can't be built on macOS 26 / Xcode 26 build host #150443
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixes3.16new features, bugs and security fixesnew features, bugs and security fixesOS-iostype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixes3.16new features, bugs and security fixesnew features, bugs and security fixesOS-iostype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Fields
Give feedbackNo fields configured for issues without a type.
Bug report
Bug description:
If you attempt to build the iOS distribution on macOS 26, building
posixmodule.con the ARM64 simulator fails with the following:It appears that something has changed introducing linkable
pipe2anddup3methods, but without a public header. This is enough to confuse configure into thinking the methods exist.CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs