Skip to content

gh-153856: Add os.RWF_NOSIGNAL constant#153858

Open
benjaminp wants to merge 1 commit into
python:mainfrom
benjaminp:add-rwf-nosignal
Open

gh-153856: Add os.RWF_NOSIGNAL constant#153858
benjaminp wants to merge 1 commit into
python:mainfrom
benjaminp:add-rwf-nosignal

Conversation

@benjaminp

@benjaminp benjaminp commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

RWF_NOSIGNAL was added in Linux 6.18 to prevent pwritev2() from raising SIGPIPE when writing to disconnected pipes or sockets.

RWF_NOSIGNAL was added in Linux 6.18 to prevent pwritev2() from raising SIGPIPE when writing to disconnected pipes or sockets.
@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33638111 | 📁 Comparing 34e4e44 against main (9d231cb)

  🔍 Preview build  

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

@StanFromIreland StanFromIreland changed the title fixes gh-153856: Add os.RWF_NOSIGNAL constant gh-153856: Add os.RWF_NOSIGNAL constant Jul 18, 2026
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.

1 participant