]> granicus.if.org Git - python/commit
bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550)
authorVictor Stinner <vstinner@python.org>
Wed, 2 Oct 2019 23:04:09 +0000 (01:04 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 23:04:09 +0000 (01:04 +0200)
commit3e04cd268ee9a57f95dc78d8974b21a6fac3f666
treedeb874b6881f5695876fa09575da5a402d5a0e26
parent61691d833631fed42b86605b09e1535e3e8d40e5
bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550)

WindowsLoadTracker.read_output() now uses a short buffer for
incomplete line.
Lib/test/libregrtest/win_utils.py