Skip to content

Commit 42a7a3d

Browse files
committed
Merge zstd additions
1 parent 24110fb commit 42a7a3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/tarfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ def __init__(self, name, mode, comptype, fileobj, bufsize,
401401
except ImportError:
402402
raise CompressionError("compression.zstd module is not available") from None
403403
if mode == "r":
404-
self.dbuf = b""
405404
self.cmp = zstd.ZstdDecompressor()
406405
self.exception = zstd.ZstdError
407406
else:

0 commit comments

Comments
 (0)