This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients martin.panter, pabstersac, xiang.zhang, ztane
Date 2016-07-18.10:44:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468838646.5.0.0748711639212.issue27560@psf.upfronthosting.co.za>
In-reply-to
Content
Yes you are probably right Antti. The input to compress would need 31 TB of memory, and is a text string, while Python 3’s zlib.compress() requires bytes. In other words, this will be the same problem of overallocating memory as Issue 27559.

Pablo: I suggest you carefully look at the code, try to understand what it is doing, eliminating the unnecessary parts, etc. Especially when so many of your reports today involve similar techniques.
History
Date User Action Args
2016-07-18 10:44:06martin.pantersetrecipients: + martin.panter, ztane, xiang.zhang, pabstersac
2016-07-18 10:44:06martin.pantersetmessageid: <1468838646.5.0.0748711639212.issue27560@psf.upfronthosting.co.za>
2016-07-18 10:44:06martin.panterlinkissue27560 messages
2016-07-18 10:44:06martin.pantercreate