On Apr 15, 2009, at 10:05 AM, Alessio Giovanni Baroni wrote:
    r, w, x = select.select([self.sock.fileno()], [], [], wait)
select.error: (4, 'Interrupted system call')


See here for an explanation of the same problem in another module:
<http://mail.python.org/pipermail/python-dev/2000-October/009671.html>

Sounds like you ought to file a bug against IDLE to have it grow EINTR handling. Cheers,

--
Ivan Krstić <krs...@solarsail.hcs.harvard.edu> | http://radian.org

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to