Calling pselect/ppoll/epoll_pwait

Barry barry at barrys-emacs.org
Fri Dec 2 19:00:34 EST 2022



> On 2 Dec 2022, at 20:03, Ian Pilcher <arequipeno at gmail.com> wrote:
> 
> 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

Can you use signalfd and select/poll/epoll?

Barry

> 
> -- 
> ========================================================================
> Google                                      Where SkyNet meets Idiocracy
> ========================================================================
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 



More information about the Python-list mailing list