This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients martin.panter, neologix, python-dev, vstinner
Date 2015-03-31.10:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150331101734.95086.40899@psf.io>
In-reply-to
Content
New changeset b017ca5d28bc by Victor Stinner in branch 'default':
Issue #23485: select.kqueue.control() is now retried when interrupted by a signal
https://hg.python.org/cpython/rev/b017ca5d28bc

New changeset f54bc2c52dfd by Victor Stinner in branch 'default':
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
https://hg.python.org/cpython/rev/f54bc2c52dfd

New changeset 76d297869859 by Victor Stinner in branch 'default':
Issue #23485: Enhance and update selectors doc and test_selectors
https://hg.python.org/cpython/rev/76d297869859
History
Date User Action Args
2015-03-31 10:17:46python-devsetrecipients: + python-dev, vstinner, neologix, martin.panter
2015-03-31 10:17:46python-devlinkissue23485 messages
2015-03-31 10:17:45python-devcreate