bpo-29659: Expose copyfileobj() `length` arg for public use by goodboy · Pull Request #328 · python/cpython

@Mariatta Mariatta changed the title Expose copyfileobj() length arg for public use bpo-29659: Expose copyfileobj() length arg for public use

Feb 27, 2017

vstinner

vstinner

terryjreedy

berkerpeksag

When copying large files the copy time can be sufficiently
shortened by increasing the memory buffer used in the `copyfileobj()`
routine.  Expose the `length` argument from `copyfileobj()` upwards
for use throughout the module.

vadmium

vstinner

vstinner

AraHaan

vstinner

klange pushed a commit to toaruos/cpython that referenced this pull request

Sep 15, 2021

jaraco pushed a commit that referenced this pull request

Dec 2, 2022