]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 2321: reduce memory usage (increase the memory that is returned
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Mar 2008 20:22:43 +0000 (20:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Mar 2008 20:22:43 +0000 (20:22 +0000)
commit419fd49abe44dd12d978b897a77a275ce0c16d1d
treee403ed3c4ada5b89fdbc2a43ceeff9964ae1d4e8
parent0aed07ad80795bd5856ed60e7edcadeb353cf5a0
Issue 2321: reduce memory usage (increase the memory that is returned
to the system) by using pymalloc for the data of unicode objects.

Will backport.
Misc/NEWS
Objects/unicodeobject.c