-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-120226: Enlarge DATA to make test_sendfile_close_peer_in_the_middl… #120227
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
Conversation
…_middle_of_receiving happy with non-4KiB page and Linux >= 6.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reporting and fixing this.
…ing on Linux >= 6.10 (python#120227) The worst case is that the kernel buffers 17 pages with a page size of 64k.
…ing on Linux >= 6.10 (python#120227) The worst case is that the kernel buffers 17 pages with a page size of 64k.
Thanks @xry111 for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ing on Linux >= 6.10 (pythonGH-120227) The worst case is that the kernel buffers 17 pages with a page size of 64k. (cherry picked from commit a758424) Co-authored-by: Xi Ruoyao <[email protected]>
GH-123421 is a backport of this pull request to the 3.13 branch. |
Thanks @xry111 for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…ing on Linux >= 6.10 (pythonGH-120227) The worst case is that the kernel buffers 17 pages with a page size of 64k. (cherry picked from commit a758424) Co-authored-by: Xi Ruoyao <[email protected]>
GH-123422 is a backport of this pull request to the 3.12 branch. |
Python 3.12 and 3.13 are also affected. I created backports. |
…e_of_receiving happy with non-4KiB page and Linux >= 6.10