commit | 7453caedbb42dd16e069dd08009f0317f7a9abc9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jun 03 20:16:48 2018 -0700 |
committer | Ned Deily <nad@python.org> | Sun Jun 03 23:16:48 2018 -0400 |
tree | 18c1515ea5bc092a00f76912a968fe76177b4405 | |
parent | 4d11fe7cad9e138423e16338c88908f24a55f1cf [diff] |
bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) It depended on a global variable set by other tests. (cherry picked from commit 7cfd8c6a1b53a7dbdea14b6f414f2629dcd130a2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>