File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1714,6 +1714,7 @@ zlib__ZlibDecompressor_decompress_impl(ZlibDecompressor *self,
17141714/*[clinic input]
17151715@classmethod
17161716zlib._ZlibDecompressor.__new__
1717+
17171718 wbits: int(c_default='MAX_WBITS') = MAX_WBITS
17181719 zdict: object(c_default='NULL') = b''
17191720 The predefined compression dictionary. This is a sequence of bytes
@@ -1728,7 +1729,7 @@ Create a decompressor object for decompressing data incrementally.
17281729
17291730static PyObject *
17301731zlib__ZlibDecompressor_impl (PyTypeObject * type , int wbits , PyObject * zdict )
1731- /*[clinic end generated code: output=1065607df0d33baa input=710ad488cf0950a5 ]*/
1732+ /*[clinic end generated code: output=1065607df0d33baa input=9ebad0be6de226e2 ]*/
17321733{
17331734 zlibstate * state = PyType_GetModuleState (type );
17341735 ZlibDecompressor * self = PyObject_New (ZlibDecompressor , type );
You can’t perform that action at this time.
0 commit comments