[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Ok, I'll keep them disabled until I figure out why they take so long. Maybe there is some performance enhancements yet to be made :) ___ Python tracker ___

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Tue, Jan 13, 2009 at 6:11 PM, Kristján Valur Jónsson wrote: > > Kristján Valur Jónsson added the comment: > > Yes and they work, but do take some 10 seconds to run. If it is > similar on unix, I'll do so. What's your numbers? It takes about a second t

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Yes and they work, but do take some 10 seconds to run. If it is similar on unix, I'll do so. What's your numbers? ___ Python tracker ___ _

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Tue, Jan 13, 2009 at 5:52 PM, Kristján Valur Jónsson wrote: > > Kristján Valur Jónsson added the comment: > > Ok, you beat me to it. Sorry, I just seem to have bad timing today. :) > So, is there any good reason to keep those xmlrpc tests defunct on >

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Ok, you beat me to it. So, is there any good reason to keep those xmlrpc tests defunct on win32 still? ___ Python tracker ___ __

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r68597. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Oh dear, this is because it skips those tests on windows. I'll check in a fix to xmlrpclib.py ___ Python tracker ___ __

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread STINNER Victor
STINNER Victor added the comment: r68532 was a fix for the issue #4879 and removed an old compatibility interface (_parse_response). ___ Python tracker ___ __

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread STINNER Victor
STINNER Victor added the comment: Regression introduced by r68532. Replace self._parse_response() by self.parse_response() fixes the tests. -- nosy: +haypo ___ Python tracker __

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +krisvale ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue4939] Failures in test_xmlrpc

2009-01-13 Thread Antoine Pitrou
New submission from Antoine Pitrou : This is witnessed on trunk, at home as well as on the buildbots: == ERROR: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase) --