commit | fa8c9e70104b0aef966a518eb3a80a4881906ae0 | [log] [tgz] |
---|---|---|
author | Jakub KulĂk <Kulikjak@gmail.com> | Wed Sep 09 21:29:42 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 09 12:29:42 2020 -0700 |
tree | e630d89500d359b5534786aca63a53f8534f79d1 | |
parent | 76553e5d2eae3e8a47406a6de4f354fe33ff370b [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