We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86200bd commit 85c38bcCopy full SHA for 85c38bc
1 file changed
Misc/NEWS.d/next/Library/2026-01-19-16-45-16.gh-issue-83069.0TaeH9.rst
@@ -2,7 +2,7 @@
2
event-driven mechanism now waits for process termination, if available:
3
4
- Linux ≥= 5.3 uses :func:`os.pidfd_open` + :func:`select.poll`
5
-- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``
+- macOS and other BSD variants use :func:`select.kqueue`
6
- Windows keeps using ``WaitForSingleObject`` (unchanged)
7
8
If none of these mechanisms are available, the function falls back to the
0 commit comments