commit | 6a39888c2c4bcfbcdc61a1953911ad30c62da1ef | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 16 05:25:09 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 16 05:25:09 2020 -0700 |
tree | 45023c7c105d86f9512b270225478acb2830a093 | |
parent | 7e356f17e4c91392b6fa45a512efc95923388813 [diff] |
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128) I just realized that my recent PR with sendfile on Solaris ([PR 22040](https://github.com/python/cpython/pull/22040)) has broken error handling. Sorry for that, this simple followup fixes that. Automerge-Triggered-By: @1st1 (cherry picked from commit fa8c9e70104b0aef966a518eb3a80a4881906ae0) Co-authored-by: Jakub KulĂk <Kulikjak@gmail.com>