Skip to content

gh-153711: Test availability for dup3() and pipe2() on iOS - #155222

Draft
encukou wants to merge 2 commits into
python:mainfrom
encukou:dup3-pipe2-ios
Draft

gh-153711: Test availability for dup3() and pipe2() on iOS#155222
encukou wants to merge 2 commits into
python:mainfrom
encukou:dup3-pipe2-ios

Conversation

@encukou

@encukouencukou commented Aug 5, 2026

Copy link
Copy Markdown
Member

We added runtime checks for dup3 and pipe2 on macOS. It looks like this should be the same on iOS, but needs to be tested separately -- by someone with the relevant hardware/software.
@freakboy3742, do you want to take this?

(AFAICS this is a new feature on iOS, so no worries about missing 3.15.)

I added entries for (unsupported) tvOS, watchOS & visionOS according to the prototypes reported in the issue; I didn't check the actual *27 SDK.

@read-the-docs-community

read-the-docs-communityBot commented Aug 5, 2026

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33921779 | 📁 Comparing e9a3acd against main (7aec160)

🔍 Preview build

2 files changed
±library/os.html
±whatsnew/changelog.html

@encukou

Copy link
Copy Markdown
MemberAuthor

Marking as draft as Xcode/iOS 27 testing hasn't started yet. Feel free to undo that when the time comes.

@encukou
encukou marked this pull request as draft August 5, 2026 10:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@encukou