]> granicus.if.org Git - python/commit
http://bugs.python.org/issue6460
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 11 Jul 2009 08:44:43 +0000 (08:44 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 11 Jul 2009 08:44:43 +0000 (08:44 +0000)
commitef6007c1ae72f9d0d3607c381b99022b86c92fe9
treed3d60c30fb2ff4f462cc8ac6bf8355a2b214e46f
parent6cbfc12ccd28ec7b7deeff63cd80adcf93db8aa4
http://bugs.python.org/issue6460
Need to be careful with thread switching when testing the xmlrpc server.  The server thread may not have updated stats when the client thread tests them.
Lib/test/test_xmlrpc.py