We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24110fb commit 42a7a3dCopy full SHA for 42a7a3d
1 file changed
Lib/tarfile.py
@@ -401,7 +401,6 @@ def __init__(self, name, mode, comptype, fileobj, bufsize,
401
except ImportError:
402
raise CompressionError("compression.zstd module is not available") from None
403
if mode == "r":
404
- self.dbuf = b""
405
self.cmp = zstd.ZstdDecompressor()
406
self.exception = zstd.ZstdError
407
else:
0 commit comments