diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-09-16 11:52:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 11:52:26 (GMT) |
commit | 7e356f17e4c91392b6fa45a512efc95923388813 (patch) | |
tree | 27b00b8b979ccefc502c30cf184d7c4938eca558 /Misc | |
parent | a4677068dd61662f5a56b184d5e3aa07db65b88e (diff) | |
download | cpython-7e356f17e4c91392b6fa45a512efc95923388813.zip cpython-7e356f17e4c91392b6fa45a512efc95923388813.tar.gz cpython-7e356f17e4c91392b6fa45a512efc95923388813.tar.bz2 |
[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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-09-01-15-57-51.bpo-41687.m1b1KA.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-01-15-57-51.bpo-41687.m1b1KA.rst b/Misc/NEWS.d/next/Library/2020-09-01-15-57-51.bpo-41687.m1b1KA.rst new file mode 100644 index 0000000..284f500 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-09-01-15-57-51.bpo-41687.m1b1KA.rst @@ -0,0 +1 @@ +Fix implementation of sendfile to be compatible with Solaris. |