190
187
# We are over budget, try to squeeze this in without any
195
192
if this_len + 10 > capacity:
196
193
# No way we can add anymore, we need to re-pack because our
197
194
# compressor is now out of sync.
198
195
# This seems to be rarely triggered over
199
196
# num_repack > _max_repack
202
198
self.compressor = compressor
203
199
self.bytes_list = bytes_out
205
201
self.unused_bytes = bytes