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 c4342e3 commit 5d78d24Copy full SHA for 5d78d24
Doc/whatsnew/3.15.rst
@@ -744,8 +744,8 @@ subprocess
744
process termination:
745
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``
748
- + ``KQ_NOTE_EXIT``
+ - macOS and other BSD variants use :func:`select.kqueue` +
+ ``KQ_FILTER_PROC`` + ``KQ_NOTE_EXIT``
749
- Windows keeps using ``WaitForSingleObject`` (unchanged)
750
751
If none of these mechanisms are available, the function falls back to the
0 commit comments