]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
authorJakub Kulík <Kulikjak@gmail.com>
Sat, 5 Sep 2020 19:10:01 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 19:10:01 +0000 (12:10 -0700)
commit8c0be6fd9101746235b63ddfb84106d1e9ca286b
treee4559bbc18f13fd971dc4136c71e3729664c2896
parentdd18001c308fb3bb65006c91d95f6639583a3420
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
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