Kaydet (Commit) 837a6e01 authored tarafından Charles-François Natali's avatar Charles-François Natali

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

EINTR.
üst b3330a0a
......@@ -150,6 +150,11 @@ below:
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()
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