diff options
author | Richard Jones <richard@commonground.com.au> | 2006-05-23 10:37:38 (GMT) |
---|---|---|
committer | Richard Jones <richard@commonground.com.au> | 2006-05-23 10:37:38 (GMT) |
commit | 7c88dcc5aba28570ef7c1a957baaceb6e47cfc41 (patch) | |
tree | 221340a23aa7fb642a5d30076527254d221025b0 /Misc | |
parent | 833bf9422ea436774396f435e04fc3b927a16b88 (diff) | |
download | cpython-7c88dcc5aba28570ef7c1a957baaceb6e47cfc41.zip cpython-7c88dcc5aba28570ef7c1a957baaceb6e47cfc41.tar.gz cpython-7c88dcc5aba28570ef7c1a957baaceb6e47cfc41.tar.bz2 |
Merge from rjones-funccall branch.
Applied patch zombie-frames-2.diff from sf patch 876206 with updates for
Python 2.5 and also modified to retain the free_list to avoid the 67%
slow-down in pybench recursion test. 5% speed up in function call pybench.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 3? Core and builtins ----------------- +- Patch #876206: function call speedup by retaining allocated frame + objects. + - Bug #1462152: file() now checks more thoroughly for invalid mode strings and removes a possible "U" before passing the mode to the C library function. |