commit | c00d4b437d544268b699fc57fe9e7c57ae89f1b3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 21:32:38 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 21:32:38 2009 +0000 |
tree | 5210f594d4544e73e858ef7b76b9f8be70560b4d | |
parent | 8c0e217158cac54fd32fb3b61e715f6a79e55209 [diff] |
Merged revisions 75874 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75874 | antoine.pitrou | 2009-10-27 22:27:24 +0100 (mar., 27 oct. 2009) | 4 lines Reduce the probability of refleaks in test_socketserver. Not completely suppressed though, see issue #7222. ........