STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> Victor, I understand your response as saying that there is no bug,
> which would suggest closing this. Correct? If not, what is
> the requested action?

siginterrupt(False) has no effect on select().

I listed some solutions to not interrupt select() on a signal (avoid completly 
EINTR). Issues #7978 and #9867 try the other solution, handle EINTR (retry 
select() on EINTR). I think that most users prefer the later (handle EINTR), so 
let's close as a duplicate.

@Zhiping Deng: Reopen the issue if you want the first solution :-)

----------
resolution:  -> duplicate
status: open -> closed

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

Reply via email to