Try to really fix the slow buildbots this time.
commit173933569ed64f77ac0d2c61f9dab1965745fc0e
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 28 Apr 2006 04:34:43 +0000 (28 04:34 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 28 Apr 2006 04:34:43 +0000 (28 04:34 +0000)
tree498ffeb975a498159e3889d6274c61461b3676e9
parent5bd01287906884092205d1bf4b3d8b66d2593b24
Try to really fix the slow buildbots this time.
Printing to stdout, doesn't mean the data was actually written.
It depends on the buffering, so we need to flush.  This will hopefully
really fix the buildbots getting killed due to no output on the slow bots.

git-svn-id: http://svn.python.org/projects/python/trunk@45774 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_compiler.py