]> granicus.if.org Git - python/commit
test.regrtest: flush stdout when display progress (GH-7105)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 May 2018 16:46:33 +0000 (09:46 -0700)
committerGitHub <noreply@github.com>
Fri, 25 May 2018 16:46:33 +0000 (09:46 -0700)
commitaf1d007bdb3d74cf107d1ad569f4d344f8c57fb8
treeac270590fafc157e3d178e687be221615e4c686f
parentef91ddeae79497fac25545dd68ee55a5a3c60e8d
test.regrtest: flush stdout when display progress (GH-7105)

runtest_mp.py: call print() with flush=True.
(cherry picked from commit 4f0bc7f7ab6ec23594b0efe11d082f78ae42abed)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/libregrtest/runtest_mp.py