Skip to content

Commit 2c6983e

Browse files
committed
smash diff
1 parent c155d19 commit 2c6983e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/zlibmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ newcompobject(PyTypeObject *type)
294294
goto error;
295295
}
296296

297-
PyObject_GC_Track(self);
298297
return self;
299298

300299
error:
@@ -1805,7 +1804,6 @@ zlib__ZlibDecompressor_impl(PyTypeObject *type, int wbits, PyObject *zdict)
18051804
goto error;
18061805
}
18071806

1808-
PyObject_GC_Track(self);
18091807
return (PyObject *)self;
18101808

18111809
error:

0 commit comments

Comments
 (0)