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 giampaolo.rodola, nvetoshkin, segfaulthunter, socketpair, vstinner
Date 2014-06-27.22:29:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403908192.03.0.6995982683.issue11266@psf.upfronthosting.co.za>
In-reply-to
Content
It was already discussed in other issues, the issue is not specific to asyncore: Python code should not handle EINTR. IMO the C module socket should handle EINTR for you.
History
Date User Action Args
2014-06-27 22:29:52vstinnersetrecipients: + vstinner, giampaolo.rodola, segfaulthunter, nvetoshkin, socketpair
2014-06-27 22:29:52vstinnersetmessageid: <1403908192.03.0.6995982683.issue11266@psf.upfronthosting.co.za>
2014-06-27 22:29:52vstinnerlinkissue11266 messages
2014-06-27 22:29:52vstinnercreate