File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ Instances of the :class:`Popen` class have the following methods:
806806 When ``timeout `` is not ``None ``, an efficient event-driven mechanism
807807 waits for process termination when available:
808808
809- - Linux ≥5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
809+ - Linux ≥= 5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
810810 - macOS and other BSD variants use :func: `select.kqueue ` +
811811 ``KQ_FILTER_PROC `` + ``KQ_NOTE_EXIT ``
812812 - Windows uses ``WaitForSingleObject ``
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ subprocess
742742* :meth: `subprocess.Popen.wait `: when ``timeout `` is not ``None ``, an efficient
743743 event-driven mechanism now waits for process termination, if available:
744744
745- - Linux ≥5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
745+ - Linux ≥= 5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
746746 - macOS and other BSD variants use :func: `select.kqueue ` + ``KQ_FILTER_PROC ``
747747 + ``KQ_NOTE_EXIT ``
748748 - Windows keep using ``WaitForSingleObject `` (unchanged)
Original file line number Diff line number Diff line change 11:meth: `subprocess.Popen.wait `: when ``timeout `` is not ``None ``, an efficient
22event-driven mechanism now waits for process termination, if available:
33
4- - Linux ≥5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
4+ - Linux ≥= 5.3 uses :func: `os.pidfd_open ` + :func: `select.poll `
55- macOS and other BSD variants use :func: `select.kqueue ` + ``KQ_FILTER_PROC `` +
66 ``KQ_NOTE_EXIT ``
77- Windows keep using ``WaitForSingleObject `` (unchanged)
You can’t perform that action at this time.
0 commit comments