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, pitrou, serhiy.storchaka, vstinner
Date 2015-03-09.15:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425916767.86.0.364350065831.issue23618@psf.upfronthosting.co.za>
In-reply-to
Content
connect_eintr-3.patch: Different patch, don't retry connect() if it returns EINTR, but poll using poll/select. The patch changes also the asyncio module.
History
Date User Action Args
2015-03-09 15:59:27vstinnersetrecipients: + vstinner, pitrou, neologix, serhiy.storchaka
2015-03-09 15:59:27vstinnersetmessageid: <1425916767.86.0.364350065831.issue23618@psf.upfronthosting.co.za>
2015-03-09 15:59:27vstinnerlinkissue23618 messages
2015-03-09 15:59:27vstinnercreate