[issue1503] test_xmlrpc is still flakey

Ralf Schmitt report at bugs.python.org
Wed Mar 26 23:18:17 CET 2008


Ralf Schmitt <schmir at gmail.com> added the comment:

No, please do not disable them. I'm not quite sure what to do, but
apparently these sockets returned from accept should be turned into
blocking sockets.
I just do not know, where this should happen. I think that this could
even be done inside the accept call (which then might break some code).
At least it should be done in the BaseHTTPServer code, which apparently
cannot handle nonblocking sockets.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1503>
__________________________________


More information about the Python-bugs-list mailing list