mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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:
parent
5f3cc90a12
commit
d0b0e3d2ef
4 changed files with 14 additions and 13 deletions
|
|
@ -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, /)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue