On 12/2/22 14:00, Ian Pilcher wrote:
Does Python provide any way to call the "p" variants of the I/O
multiplexing functions?
Just to close this out ...
As others suggested, there's no easy way to call the "p" variants of the
I/O multiplexing functions, but this can be worked around by "mapping
.
Barry
From: Python-list
on behalf of Barry
Date: Friday, December 2, 2022 at 7:02 PM
To: Ian Pilcher
Cc: python-list@python.org
Subject: Re: Calling pselect/ppoll/epoll_pwait
*** Attention: This is an external email. Use caution responding,
opening
Subject: Re: Calling pselect/ppoll/epoll_pwait
*** Attention: This is an external email. Use caution responding, opening
attachments or clicking on links. ***
> On 2 Dec 2022, at 20:03, Ian Pilcher wrote:
>
> Does Python provide any way to call the "p" variants of the
> On 2 Dec 2022, at 20:03, Ian Pilcher 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://doc
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/l