]> granicus.if.org Git - python/commit
Re-enable all tests for windows platforms.
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Wed, 14 Jan 2009 10:50:57 +0000 (10:50 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Wed, 14 Jan 2009 10:50:57 +0000 (10:50 +0000)
commit018760e3dc7c7f30cc4d232140cc62bd8b10b1fb
tree2db8463b895648600601ccbfcdd04c06f8f1f0af
parent2950bca89c10374c767f0b6b7a3cba6e9f80686a
Re-enable all tests for windows platforms.
Also, explicitly connect to the IPV4 address.  On windows platforms supporting AF_INET6, the SocketProxy would connect using socket.create_connection('localhost', port) which would cycle through all address families and try to connect.  It would try connecting using AF_INET6 first and this would cause a delay of up to a second.
Lib/test/test_xmlrpc.py