SECURITY
- python: added
Decompressor::can_accept_more_datamethod and optionaloutput_buffer_limitargumentDecompressor::process; that allows mitigation of unexpectedly large output; reported by Charles Chan (https://github.com/charleswhchan)
Added
- decoder / encoder: added static initialization to reduce binary size
- python: allow...