]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149464: Add `os.pidfd_getfd(pidfd, targetfd, flags=0)` function (#149465)
authorMaurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Mon, 18 May 2026 14:29:58 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 14:29:58 +0000 (16:29 +0200)
commita2932e9c95640cb98828f3e78545afacf78776f5
tree4954bdced95926e10c88e0eb12873e341540a567
parentbd6bf91fcba8a8fba8b9aea6cc971333c9be3ad9
gh-149464: Add `os.pidfd_getfd(pidfd, targetfd, flags=0)` function (#149465)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/os.rst
Doc/whatsnew/3.16.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_os/test_posix.py
Misc/NEWS.d/next/Library/2026-05-06-20-10-44.gh-issue-149464.3mPhcr.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c