]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113536: Expose `os.waitid` on macOS (#113542)
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 1 Jan 2024 18:38:29 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2024 18:38:29 +0000 (19:38 +0100)
commitd0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5
tree0cfe6160d4a10b64484d6f4ab6e9ebd9ca94107f
parent5f3cc90a12d6df404fd6f48a0df1334902e271f2
gh-113536: Expose `os.waitid` on macOS (#113542)

* gh-113536: Expose `os.waitid` on macOS

This API has been available on macOS for a long time, but was
explicitly excluded due to unspecified problems with the API
in ancient versions of macOS.

* Document that the API is available on macOS starting in Python 3.13
Doc/library/os.rst
Misc/NEWS.d/next/macOS/2023-12-28-12-18-39.gh-issue-113536.0ythg7.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c