| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
How is it broken? |
Sorry, something went wrong.
|
I used new variable res for fstat and the enclosing while loop, but not for the error checking block right below that (it checks ret rather than res). if (ret < 0)
return (!async_err) ? posix_error() : NULL;
|
Sorry, something went wrong.
|
Got it! |
Sorry, something went wrong.
|
@kulikjak: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
Thanks @kulikjak for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, something went wrong.
|
GH-22274 is a backport of this pull request to the 3.9 branch. |
Sorry, something went wrong.
…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
| Back | FazBrowse Home | New Git URL |
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