Skip to content

[3.13] gh-153711: Avoid use of dup3 and pipe2 calls introduced in macOS 27 - #155211

Merged
ned-deily merged 2 commits into
python:3.13from
ned-deily:gh-153711-dup3-pipe2-313
Aug 5, 2026
Merged

[3.13] gh-153711: Avoid use of dup3 and pipe2 calls introduced in macOS 27#155211
ned-deily merged 2 commits into
python:3.13from
ned-deily:gh-153711-dup3-pipe2-313

Conversation

@ned-deily

@ned-deilyned-deily commented Aug 5, 2026

Copy link
Copy Markdown
Member

This prevents potential segfaults when builds are used on older systems and avoids adding new code for supporting weaklinking.

…S 27
This prevents potential segfaults when builds are used on older
systems and avoids adding new code for supporting weaklinking.
@ned-deily
ned-deily merged commit e869134 into python:3.13Aug 5, 2026
40 of 43 checks passed
@ned-deily
ned-deily deleted the gh-153711-dup3-pipe2-313 branch August 5, 2026 07:30
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.

2 participants

@ned-deily@hugovk