commit | b29cbbc9c4a43f9228b6b1cd58289445f7891586 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jun 16 20:57:14 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jun 16 20:57:14 2008 +0000 |
tree | 8925821113e3e1cbe9a769e88b597c555783eefb | |
parent | a38d156bf21e01a8d2f6603d58675e65b5149008 [diff] |
Merged revisions 64317 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r64317 | benjamin.peterson | 2008-06-16 15:52:48 -0500 (Mon, 16 Jun 2008) | 1 line reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. ........