]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142434: Use ppoll() if available in select.poll (#143529)
authorVictor Stinner <vstinner@python.org>
Thu, 15 Jan 2026 12:49:46 +0000 (13:49 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 12:49:46 +0000 (13:49 +0100)
commit3514ba2175764e4d746e6862e2fcfc06b5fcd6c2
tree3cd6ee523225fc08762f8a5789b5149fac322239
parenta009e78b79ec340d9ff0e1a8ad20f8178fd3257f
gh-142434: Use ppoll() if available in select.poll (#143529)
Doc/library/select.rst
Lib/test/test_poll.py
Misc/NEWS.d/next/Library/2026-01-07-19-01-59.gh-issue-142434.SHRS5p.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/clinic/selectmodule.c.h
Modules/selectmodule.c
configure
configure.ac
pyconfig.h.in