Calling pselect/ppoll/epoll_pwait

Ian Pilcher arequipeno at gmail.com
Fri Dec 2 15:00:21 EST 2022


Does Python provide any way to call the "p" variants of the I/O
multiplexing functions?

Looking at the documentation of the select[1] and selectors[2] modules,
it appears that they expose only the "non-p" variants.

[1] https://docs.python.org/3/library/select.html
[2] https://docs.python.org/3/library/selectors.html

-- 
========================================================================
Google                                      Where SkyNet meets Idiocracy
========================================================================


More information about the Python-list mailing list