]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport r61458:
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2008 04:17:36 +0000 (04:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2008 04:17:36 +0000 (04:17 +0000)
commitb3635f99a23bcec31e73f4021c32c41a03152304
treebeb8f0e9175a2a865a7526daf00d2c461bef78fc
parenta6f5bf2387ad21325abc222730273d7f01618ef3
Backport r61458:
Issue 2321: reduce memory usage (increase the memory that is returned
to the system) by using pymalloc for the data of unicode objects.
Misc/NEWS
Objects/unicodeobject.c