]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Sep 2020 12:25:09 +0000 (05:25 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 12:25:09 +0000 (05:25 -0700)
commit6a39888c2c4bcfbcdc61a1953911ad30c62da1ef
tree45023c7c105d86f9512b270225478acb2830a093
parent7e356f17e4c91392b6fa45a512efc95923388813
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>
Modules/posixmodule.c