]> granicus.if.org Git - python/commit
test.regrtest: flush stdout when display progress (#7105)
authorVictor Stinner <vstinner@redhat.com>
Fri, 25 May 2018 15:21:55 +0000 (17:21 +0200)
committerGitHub <noreply@github.com>
Fri, 25 May 2018 15:21:55 +0000 (17:21 +0200)
commit4f0bc7f7ab6ec23594b0efe11d082f78ae42abed
treeec73d497f1ee0166667b8e4181dddd4eef528203
parent6e413f4327a68c4c7d62e0b6d0f9144be11dd6cd
test.regrtest: flush stdout when display progress (#7105)

runtest_mp.py: call print() with flush=True.
Lib/test/libregrtest/runtest_mp.py