Skip to content

Commit 5b9f6e6

Browse files
committed
REVERT the changes in gzip module
1 parent 327f877 commit 5b9f6e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/gzip.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ def seekable(self):
143143
def writable(self):
144144
return True
145145

146-
def __del__(self):
147-
del self.gzip_file
148-
149146

150147
class GzipFile(_compression.BaseStream):
151148
"""The GzipFile class simulates most of the methods of a file object with

0 commit comments

Comments
 (0)