mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491)
This commit is contained in:
parent
cf57cabef8
commit
94e165096f
3 changed files with 11 additions and 5 deletions
|
|
@ -0,0 +1,2 @@
|
|||
sendfile() used in socket and shutil modules was raising OverflowError for
|
||||
files >= 2GiB on 32-bit architectures. (patch by Giampaolo Rodola)
|
||||
Loading…
Add table
Add a link
Reference in a new issue