Skip to content

Commit fc5a083

Browse files
committed
Make sure gzipreader__new____doc__ is used
1 parent f26cd85 commit fc5a083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/isal/isal_zlibmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,7 @@ static PyTypeObject GzipReader_Type = {
19441944
.tp_flags = Py_TPFLAGS_DEFAULT,
19451945
.tp_dealloc = (destructor)GzipReader_dealloc,
19461946
.tp_new = (newfunc)(GzipReader__new__),
1947+
.tp_doc = GzipReader__new____doc__,
19471948
.tp_methods = GzipReader_methods,
19481949
.tp_getset = GzipReader_properties,
19491950
};

0 commit comments

Comments
 (0)