[issue2710] error: (10035, 'The socket operation could not complete without blocking')

Guilherme Polo report at bugs.python.org
Mon Aug 3 20:23:08 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

Hi Don,

I don't think this is an issue about idle competing for tkinter
resources (or idle and tkinter competing for resources -- the other
meaning I got when reading your message).
>From what I remember this WSAEWOULDBLOCK is just a way for Windows to
tell "try to send this data again later", so this is actually related to
networking and not Tkinter vs. IDLE. If someone can confirm this then it
would be better to check for this specific error and ignore (pass) 
instead of always raising any socket.error.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2710>
_______________________________________


More information about the Python-bugs-list mailing list