Skip to content

Commit a916da3

Browse files
committed
Try to fix doc build error 2
1 parent 5d78d24 commit a916da3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,7 @@ subprocess
744744
process termination:
745745

746746
- Linux ≥= 5.3 uses :func:`os.pidfd_open` + :func:`select.poll`
747-
- macOS and other BSD variants use :func:`select.kqueue` +
748-
``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``
747+
- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``
749748
- Windows keeps using ``WaitForSingleObject`` (unchanged)
750749

751750
If none of these mechanisms are available, the function falls back to the

Misc/NEWS.d/next/Library/2026-01-19-16-45-16.gh-issue-83069.0TaeH9.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
event-driven mechanism now waits for process termination, if available:
33

44
- Linux ≥= 5.3 uses :func:`os.pidfd_open` + :func:`select.poll`
5-
- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC`` +
6-
``KQ_NOTE_EXIT``
5+
- macOS and other BSD variants use :func:`select.kqueue` + ``KQ_FILTER_PROC`` +``KQ_NOTE_EXIT``
76
- Windows keeps using ``WaitForSingleObject`` (unchanged)
87

98
If none of these mechanisms are available, the function falls back to the

0 commit comments

Comments
 (0)