File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -743,9 +743,9 @@ subprocess
743743 platform supports it, an efficient event-driven mechanism is used to wait for
744744 process termination:
745745
746- - Linux ≥= 5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
747- - macOS and other BSD variants use :func: `select.kqueue ` + ``KQ_FILTER_PROC `` + ``KQ_NOTE_EXIT ``
748- - Windows keeps using ``WaitForSingleObject `` (unchanged)
746+ - Linux ≥= 5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `.
747+ - macOS and other BSD variants use :func: `select.kqueue ` + ``KQ_FILTER_PROC `` + ``KQ_NOTE_EXIT ``.
748+ - Windows keeps using ``WaitForSingleObject `` (unchanged).
749749
750750 If none of these mechanisms are available, the function falls back to the
751751 traditional busy loop (non-blocking call and short sleeps).
You can’t perform that action at this time.
0 commit comments