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 aronacher
Recipients Trundle, aronacher, benjamin.peterson, exarkun, loewis, ned.deily, pitrou, ronaldoussoren, stutzbach
Date 2010-09-16.13:40:22
SpamBayes Score 0.0044674636
Marked as misclassified No
Message-id <1284644424.5.0.0359780094256.issue9867@psf.upfronthosting.co.za>
In-reply-to
Content
> You conveniently didn't quote the part of my message where I explained 
> why I think there may be a problem.
I understand that, but there are already cases in Python where EINTR is handled properly.  In fact, quoting socketmodule.c:

    if (res == EINTR && PyErr_CheckSignals())
History
Date User Action Args
2010-09-16 13:40:24aronachersetrecipients: + aronacher, loewis, ronaldoussoren, exarkun, pitrou, benjamin.peterson, ned.deily, stutzbach, Trundle
2010-09-16 13:40:24aronachersetmessageid: <1284644424.5.0.0359780094256.issue9867@psf.upfronthosting.co.za>
2010-09-16 13:40:22aronacherlinkissue9867 messages
2010-09-16 13:40:22aronachercreate