[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 93ba6da27eed980600a874dfeffb2856fe1d4126 by Ned Deily (Serhiy Storchaka) in branch '2.7': [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374) https://github.com/python/cpython/commit/93ba6da27eed980600a874dfeffb2856fe1d4126

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 2e601c54d9d5f03f1fe1f7b4a1f2cb8e843fdeae by Ned Deily (Serhiy Storchaka) in branch '3.6': [3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7375) https://github.com/python/cpython/commit/2e601c54d9d5f03f1fe1f7b4a1f2cb8e843fdeae

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 7453caedbb42dd16e069dd08009f0317f7a9abc9 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) https://github.com/python/cpython/commit/7453caedbb42dd16e069dd08009f0317f7a9abc9

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +7002 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +7001 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +6998 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 7cfd8c6a1b53a7dbdea14b6f414f2629dcd130a2 by Ned Deily (Serhiy Storchaka) in branch 'master': bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) https://github.com/python/cpython/commit/7cfd8c6a1b53a7dbdea14b6f414f2629dcd130a2 --

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6989 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

2018-06-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python -m test -v -m ServerProxyTestCase test_xmlrpc ... == ERROR: test_close (test.test_xmlrpc.ServerProxyTestCase)