commit | c1b75b5fb92fda0ac5b931d7b18c1418557cb7c4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Jul 04 01:32:41 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 04 01:32:41 2018 -0700 |
tree | 2a063a9c858d9baeb2ac0f97700efac1f50b740a | |
parent | 2cbd1bb1f342760ce7c1b78d1ef5697c32f1e299 [diff] |
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. (cherry picked from commit 12a08c47601cadea8e7d3808502cdbcca87b2ce2) Co-authored-by: hajoscher <hajoscher@gmail.com>