◐ Shell
clean mode source ↗

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

Closed

vstinner

wants to merge 2 commits into

python:3.8from

vstinner:typeperf38

Closed

Conversation

@vstinner

@vstinner vstinner commented

Oct 3, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

)

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

vstinner commented

Oct 3, 2019

Copy link Copy Markdown

Member Author

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.

@vstinner vstinner closed this

Oct 3, 2019

@vstinner vstinner deleted the typeperf38 branch

October 3, 2019 11:08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot