]> granicus.if.org Git - python/commit
Try to really fix the slow buildbots this time.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Apr 2006 04:34:43 +0000 (04:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Apr 2006 04:34:43 +0000 (04:34 +0000)
commitdd28d1c6c2741e4a8124112120bd262a8bbb26b1
treee8000eac801ad0836dc88eb3c1773dd9bd19ef5f
parent0bbbb005c5068380230d3e6698863e9bfb06bee1
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.
Lib/test/test_compiler.py