mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
This commit is contained in:
parent
4448c08451
commit
45ca48b03d
5 changed files with 85 additions and 49 deletions
|
|
@ -619,10 +619,10 @@ Changes in the Python API
|
|||
instead of raising :exc:`InterruptedError` if the signal handler does not
|
||||
raise an exception:
|
||||
|
||||
- :func:`os.open`, :func:`open`
|
||||
- :func:`open`, :func:`os.open`, :func:`io.open`
|
||||
- :func:`os.read`, :func:`os.write`
|
||||
- :func:`select.select`, :func:`select.poll.poll`, :func:`select.epoll.poll`,
|
||||
:func:`select.kqueue.control`
|
||||
:func:`select.kqueue.control`, :func:`select.devpoll.poll`
|
||||
- :func:`time.sleep`
|
||||
|
||||
* Before Python 3.5, a :class:`datetime.time` object was considered to be false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue