]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
authorJakub Kulík <Kulikjak@gmail.com>
Wed, 9 Sep 2020 19:29:42 +0000 (21:29 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 19:29:42 +0000 (12:29 -0700)
commitfa8c9e70104b0aef966a518eb3a80a4881906ae0
treee630d89500d359b5534786aca63a53f8534f79d1
parent76553e5d2eae3e8a47406a6de4f354fe33ff370b
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
Modules/posixmodule.c