Staging
v0.8.1
https://github.com/python/cpython
Revision 384f24816b7a50c7c2c23740bbc1080fcb7a2d3f authored by Sjoerd Mullender on 29 September 1992, 16:43:43 UTC, committed by Sjoerd Mullender on 29 September 1992, 16:43:43 UTC
- merged CloseCompressor and CloseDecompressor into one function
- keep existing errors in error function (for exceptions raised in the
  Compress or Decompress callback functions)
- remove newline from error string generated by error function
- allocate less memory when compressing multiple frames
- keep existing errors when clCompress or clDecompress fails
- raise an exception when compressed data doesn't fit within
  dataMaxSize bytes
- allocate frameSize bytes for decompression buffer instead of
  dataMaxSize
- use mkvalue more often
- new function QueryParams which will accept CL.AUDIO and CL.VIDEO
  args
- changed some function names
1 parent 9e3f335
History
Tip revision: 384f24816b7a50c7c2c23740bbc1080fcb7a2d3f authored by Sjoerd Mullender on 29 September 1992, 16:43:43 UTC
Lots of little fixes.
Tip revision: 384f248

back to top