93
93
This returns the final compressed chunk, and either None, or the
94
94
bytes that did not fit in the chunk.
96
106
self.bytes_in = None # Free the data cached so far, we don't need it
97
107
out = self.compressor.flush(Z_FINISH)
98
108
self.bytes_list.append(out)