]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Wed, 16 Sep 2020 11:52:26 +0000 (13:52 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 11:52:26 +0000 (13:52 +0200)
commit7e356f17e4c91392b6fa45a512efc95923388813
tree27b00b8b979ccefc502c30cf184d7c4938eca558
parenta4677068dd61662f5a56b184d5e3aa07db65b88e
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) (GH-22273)

(cherry picked from commit 8c0be6fd9101746235b63ddfb84106d1e9ca286b)

Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
Lib/test/test_asyncio/test_sendfile.py
Misc/NEWS.d/next/Library/2020-09-01-15-57-51.bpo-41687.m1b1KA.rst [new file with mode: 0644]
Modules/posixmodule.c