]> granicus.if.org Git - python/commit
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Oct 2019 07:55:02 +0000 (00:55 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 1 Oct 2019 07:55:02 +0000 (09:55 +0200)
commit938c00ca9e4207a2531041edff2e82490b02047f
treeeafde731b8c456239eae419e87e5c0ba0955201a
parentb3612070b746f799901443b65725008bc035872b
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506)

(cherry picked from commit 94e165096fd65e8237e60de570fb609604ab94c9)

Co-authored-by: Giampaolo Rodola <g.rodola@gmail.com>
Lib/shutil.py
Lib/socket.py
Misc/NEWS.d/next/Library/2019-09-30-22-06-33.bpo-38319.5QjiDa.rst [new file with mode: 0644]