Files
cpython/Doc/lib
Jeremy Hylton 511e2cacc4 [ #403753 ] zlib decompress; uncontrollable memory usage
Mostly by Toby Dickenson and Titus Brown.

Add an optional argument to a decompression object's decompress()
method.  The argument specifies the maximum length of the return
value.  If the uncompressed data exceeds this length, the excess data
is stored as the unconsumed_tail attribute.  (Not to be confused with
unused_data, which is a separate issue.)

Difference from SF patch: Default value for unconsumed_tail is ""
rather than None.  It's simpler if the attribute is always a string.
2001-10-16 20:39:49 +00:00
..
2001-10-09 19:37:51 +00:00
2001-08-27 20:02:17 +00:00
2001-03-29 22:22:23 +00:00
2000-10-04 16:34:09 +00:00
2001-09-25 16:32:02 +00:00
2001-07-20 11:04:19 +00:00
2001-10-01 13:50:15 +00:00
2001-08-14 11:42:13 +00:00
2001-10-05 20:06:47 +00:00
2001-09-29 05:01:59 +00:00
2001-06-23 16:26:44 +00:00