[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) by vstinner · Pull Request #16554 · python/cpython

Conversation

)

WindowsLoadTracker.read_output() now uses a short buffer for
incomplete line.

(cherry picked from commit 3e04cd2)
The last line is now passed to the parser even if it does not end
with a newline, but only if it's a valid value.

(cherry picked from commit c65119d)

@vstinner

Oh, my change in master has an issue: I wrote PR #16555 to fix it. I close this 3.8 backport until the issue is fixed.

Labels