]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38692: Add os.pidfd_open. (GH-17063)
authorBenjamin Peterson <benjamin@python.org>
Wed, 6 Nov 2019 03:21:29 +0000 (19:21 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2019 03:21:29 +0000 (19:21 -0800)
commit6c4c45efaeb40f4f837570f57d90a0b3429c6ae9
tree4abd982b8454d295f7f0c16c2ab0ab94014ce584
parent56698d57691af2272f695f8c17c835ed99545cde
bpo-38692: Add os.pidfd_open. (GH-17063)
Doc/library/os.rst
Doc/whatsnew/3.9.rst
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2019-11-05-07-18-24.bpo-38692.UpatA7.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c