gh-109936: return on EOF in shutil.copyfileobj#109939
Conversation
encukou
left a comment
There was a problem hiding this comment.
As noted on the issue, a short read doesn't always indicate EOF.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be put in the comfy chair! |
|
This PR is stale because it has been open for 30 days with no activity. |
Alters the loop condition to break on short read.