Skip to content

[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) #16554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 3, 2019

)

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
Copy link
Member Author

vstinner commented Oct 3, 2019

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants