File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22event-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
98If none of these mechanisms are available, the function falls back to the
You can’t perform that action at this time.
0 commit comments