diff options
author | hajoscher <hajoscher@gmail.com> | 2018-07-04 10:13:18 +0200 |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-07-04 17:13:18 +0900 |
commit | 12a08c47601cadea8e7d3808502cdbcca87b2ce2 (patch) | |
tree | 18813841cb73ced22a5e12d338f241e49a84e1f1 /Python/fileutils.c | |
parent | 97ae32c92ecc7b3c29f8829a2b79f0f8f8bbf2cc (diff) | |
download | cpython-git-12a08c47601cadea8e7d3808502cdbcca87b2ce2.tar.gz |
bpo-34010: Fix tarfile read performance regression (GH-8020)
During buffered read, use a list followed by join instead of extending a bytes object.
This is how it was done before but changed in commit b506dc32c1a.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions