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 cf6f4a5 commit 65ed600Copy full SHA for 65ed600
src/isal/igzip_lib.pyx
@@ -295,7 +295,7 @@ cdef class IgzipDecompressor:
295
"""Shows the 64-bitbuffer of the internal inflate_state. It contains
296
a maximum of 8 bytes. This data is already read-in so is not part
297
of the unconsumed tail."""
298
- view_bitbuffer(&self.stream)
+ return view_bitbuffer(&self.stream)
299
300
cdef unsigned char * decompress_buf(self, Py_ssize_t max_length):
301
cdef unsigned char * obuf = NULL
0 commit comments