summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-05-31 10:51:29 (GMT)
committerGitHub <noreply@github.com>2022-05-31 10:51:29 (GMT)
commita565ab0fd58bcd4bbc01084b74ef704a75084274 (patch)
tree72172e26ce2a00740a192868525a35e82dd372ef /Doc/whatsnew
parentf545fc955aeb701ae4e73b07ff2283f823d857b8 (diff)
downloadcpython-a565ab0fd58bcd4bbc01084b74ef704a75084274.zip
cpython-a565ab0fd58bcd4bbc01084b74ef704a75084274.tar.gz
cpython-a565ab0fd58bcd4bbc01084b74ef704a75084274.tar.bz2
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.12.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 8a73097..7c560d7 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -90,6 +90,13 @@ New Modules
Improved Modules
================
+os
+--
+
+* Add :data:`os.PIDFD_NONBLOCK` to open a file descriptor
+ for a process with :func:`os.pidfd_open` in non-blocking mode.
+ (Contributed by Kumar Aditya in :gh:`93312`.)
+
Optimizations
=============