-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-41687: Fix error handling in Solaris sendfile implementation #22128
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
bpo-41687: Fix error handling in Solaris sendfile implementation #22128
Conversation
How is it broken? |
I used new variable
|
Got it! |
@kulikjak: Status check is done, and it's a success ✅ . |
Thanks @kulikjak for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-22274 is a backport of this pull request to the 3.9 branch. |
…honGH-22128) I just realized that my recent PR with sendfile on Solaris ([PR 22040](python#22040)) has broken error handling. Sorry for that, this simple followup fixes that. Automerge-Triggered-By: @1st1 (cherry picked from commit fa8c9e7) Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
…honGH-22128) I just realized that my recent PR with sendfile on Solaris ([PR 22040](python#22040)) has broken error handling. Sorry for that, this simple followup fixes that. Automerge-Triggered-By: @1st1
I just realized that my recent PR with sendfile on Solaris (PR 22040) has broken error handling.
Sorry for that, this simple followup fixes that.
https://bugs.python.org/issue41687
Automerge-Triggered-By: @1st1