mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Make sure to flush output when writing dots during -R runs
This commit is contained in:
parent
2614e1dc63
commit
bb217d9ed8
1 changed files with 1 additions and 0 deletions
|
|
@ -682,6 +682,7 @@ def dash_R(the_module, test, indirect_test, huntrleaks):
|
|||
rc = sys.gettotalrefcount()
|
||||
run_the_test()
|
||||
sys.stderr.write('.')
|
||||
sys.stderr.flush()
|
||||
dash_R_cleanup(fs, ps, pic)
|
||||
if i >= nwarmup:
|
||||
deltas.append(sys.gettotalrefcount() - rc - 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue