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 Mike.Solomon
Recipients Mike.Solomon, benjamin.peterson, jcea, nadeem.vawda, python-dev, vstinner
Date 2011-05-28.00:51:35
SpamBayes Score 1.4510039e-05
Marked as misclassified No
Message-id <BANLkTinJ9haw_dMebw9zUY9JQP6qpi2eYQ@mail.gmail.com>
In-reply-to <1306505404.19.0.825669009534.issue12190@psf.upfronthosting.co.za>
Content
The in-memory fix is really the most important - the disk space was a bonus
and an easy metric to gather.

Unfortunately, our app won't be upgrading to python 3.x.

On Fri, May 27, 2011 at 7:10 AM, Benjamin Peterson
<report@bugs.python.org>wrote:

>
> Benjamin Peterson <benjamin@python.org> added the comment:
>
> As you can see, I've implemented a similar solution in 3.3. It should have
> the same memory savings but not disk space saving. (This would require
> reintroducing the marshal feature for interned strings.)
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue12190>
> _______________________________________
>
Files
File name Uploaded
unnamed Mike.Solomon, 2011-05-28.00:51:35
History
Date User Action Args
2011-05-28 00:51:36Mike.Solomonsetrecipients: + Mike.Solomon, jcea, vstinner, nadeem.vawda, benjamin.peterson, python-dev
2011-05-28 00:51:35Mike.Solomonlinkissue12190 messages
2011-05-28 00:51:35Mike.Solomoncreate