[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)
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters