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 vstinner
Recipients neologix, vstinner
Date 2015-02-19.13:32:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424352775.64.0.420442648443.issue23485@psf.upfronthosting.co.za>
In-reply-to
Content
The implementation of the PEP 475 has to modify the following functions to restart on EINTR (and recompute the timeout):

* select.select()
* select.poll()
* select.epoll.poll()
* select.devpoll.poll()
* select.kqueue.control()
* selectors.SelectSelector.select() and other selector classes 

See also issues #18885 and #23285.
History
Date User Action Args
2015-02-19 13:32:55vstinnersetrecipients: + vstinner, neologix
2015-02-19 13:32:55vstinnersetmessageid: <1424352775.64.0.420442648443.issue23485@psf.upfronthosting.co.za>
2015-02-19 13:32:55vstinnerlinkissue23485 messages
2015-02-19 13:32:55vstinnercreate