Issue #19849: selectors: Document the possibility of early select() wakeup upon

EINTR.
parent 3aa7ff26
...@@ -150,6 +150,11 @@ below: ...@@ -150,6 +150,11 @@ below:
object. object.
*events* is a bitmask of events ready on this file object. *events* is a bitmask of events ready on this file object.
.. note::
This method can return before any file object becomes ready or the
timeout has elapsed if the current process receives a signal: in this
case, an empty list will be returned.
.. method:: close() .. method:: close()
Close the selector. Close the selector.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment