[issue1373] turn off socket timeout in test_xmlrpc

2007-11-02 Thread Guido van Rossum
Guido van Rossum added the comment: Committed revision 58774. Thanks!!! -- nosy: +gvanrossum resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1373] turn off socket timeout in test_xmlrpc

2007-11-02 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch, py3k __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1373] turn off socket timeout in test_xmlrpc

2007-11-02 Thread Adam Hupp
New submission from Adam Hupp: The attached patch resolves the intermittent test_xmlrpc failures reported by Neal Norwitz[0]. test_xmlrpc starts the XMLRPC server with a socket timeout. This puts the socket into non-blocking mode which is incompatible with the use of socket.makefile as used by