Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
ebbb2ca81f8a33d8b9a5d94f1c4f99a32ee0f427
/
.
/
Misc
/
NEWS.d
/
next
/
Library
/
2026-01-07-19-01-59.gh-issue-142434.SHRS5p.rst
blob: cb6990a463bdd9ef15d2017219065d3169a24ae3 [
file
]
Use
``
ppoll
()
``
if
available
in
:
func
:
`select.poll`
to have a timeout
resolution of
1
nanosecond
,
instead of a resolution of
1
ms
.
Patch
by
Victor
Stinner
.