diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-11-06 03:21:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 03:21:29 (GMT) |
commit | 6c4c45efaeb40f4f837570f57d90a0b3429c6ae9 (patch) | |
tree | 4abd982b8454d295f7f0c16c2ab0ab94014ce584 /Misc | |
parent | 56698d57691af2272f695f8c17c835ed99545cde (diff) | |
download | cpython-6c4c45efaeb40f4f837570f57d90a0b3429c6ae9.zip cpython-6c4c45efaeb40f4f837570f57d90a0b3429c6ae9.tar.gz cpython-6c4c45efaeb40f4f837570f57d90a0b3429c6ae9.tar.bz2 |
bpo-38692: Add os.pidfd_open. (GH-17063)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-11-05-07-18-24.bpo-38692.UpatA7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-05-07-18-24.bpo-38692.UpatA7.rst b/Misc/NEWS.d/next/Library/2019-11-05-07-18-24.bpo-38692.UpatA7.rst new file mode 100644 index 0000000..fd19c6f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-11-05-07-18-24.bpo-38692.UpatA7.rst @@ -0,0 +1 @@ +Expose the Linux ``pidfd_open`` syscall as :func:`os.pidfd_open`. |