[issue3116] Fix quadratic behavior for marshal.dumps() when len>32Mb

2008-06-15 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Applied in r64303. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3116] Fix quadratic behavior for marshal.dumps() when len>32Mb

2008-06-15 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: The patch looks fine to me. Notice that the code you are patching was never released, instead, it's the result of r63059, which was the resolution of issue1792. So please leave a message there also that you changed it again (and I do agree t

[issue3116] Fix quadratic behavior for marshal.dumps() when len>32Mb

2008-06-15 Thread Raymond Hettinger
New submission from Raymond Hettinger <[EMAIL PROTECTED]>: Martin, can you give this a second review? See original discussion at: http://groups.google.com/group/comp.lang.python/browse_thread/thread/ac8 f121c5d043198# Patch replaces constant size over-allocation with the amortized linear growt