Ronald Oussoren <ronaldousso...@mac.com> added the comment:

On 16 Sep, 2010, at 15:40, Armin Ronacher wrote:

> 
> Armin Ronacher <armin.ronac...@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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to