python: added Decompressor::can_accept_more_data method and optional
output_buffer_limit argument Decompressor::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 limiting decoder output (see SECURITY section)