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
This commit is contained in:
Ronald Oussoren 2024-01-01 19:38:29 +01:00 committed by GitHub
parent 5f3cc90a12
commit d0b0e3d2ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 13 deletions

View file

@ -4986,11 +4986,11 @@ written in Python, such as a mail server's external command delivery program.
.. availability:: Unix, not Emscripten, not WASI.
.. note::
This function is not available on macOS.
.. versionadded:: 3.3
.. versionchanged:: 3.13
This function is now available on macOS as well.
.. function:: waitpid(pid, options, /)