commit | b3635f99a23bcec31e73f4021c32c41a03152304 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 18 04:17:36 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 18 04:17:36 2008 +0000 |
tree | beb8f0e9175a2a865a7526daf00d2c461bef78fc | |
parent | a6f5bf2387ad21325abc222730273d7f01618ef3 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 43bc504..efbfc5f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -11,6 +11,8 @@ Core and builtins ----------------- +- Issue #2321: use pymalloc for unicode object string data to reduce + memory usage in some circumstances. Library -------