blob: 4cb7892ee81a937f12c3449da91ad5f47f7ef418 [file] [log] [blame]
Fixed a performance regression for reading streams with tarfile. The
buffered read should use a list, instead of appending to a bytes object.