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 b506dc32. (cherry picked from commit 12a08c47) Co-authored-by:hajoscher <hajoscher@gmail.com>
Showing
Please
register
or
sign in
to comment