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 ronaldoussoren
Recipients Trundle, aronacher, benjamin.peterson, exarkun, loewis, ned.deily, pitrou, ronaldoussoren, stutzbach
Date 2010-09-16.13:42:03
SpamBayes Score 4.854546e-05
Marked as misclassified No
Message-id <96648CB3-9E86-43C9-9232-52138E19F73C@mac.com>
In-reply-to <1284644424.5.0.0359780094256.issue9867@psf.upfronthosting.co.za>
Content
On 16 Sep, 2010, at 15:40, Armin Ronacher wrote:

> 
> Armin Ronacher <armin.ronacher@active-4.com> added the comment:
> 
>> 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())

This looks fine.

Ronald
History
Date User Action Args
2010-09-16 13:42:05ronaldoussorensetrecipients: + ronaldoussoren, loewis, exarkun, pitrou, benjamin.peterson, ned.deily, stutzbach, aronacher, Trundle
2010-09-16 13:42:04ronaldoussorenlinkissue9867 messages
2010-09-16 13:42:04ronaldoussorencreate