[Python-checkins] r46093 - python/branches/rjones-funccall/Misc/NEWS

richard.jones python-checkins at python.org
Tue May 23 12:07:22 CEST 2006


Author: richard.jones
Date: Tue May 23 12:07:22 2006
New Revision: 46093

Modified:
   python/branches/rjones-funccall/Misc/NEWS
Log:
add news

Modified: python/branches/rjones-funccall/Misc/NEWS
==============================================================================
--- python/branches/rjones-funccall/Misc/NEWS	(original)
+++ python/branches/rjones-funccall/Misc/NEWS	Tue May 23 12:07:22 2006
@@ -12,6 +12,9 @@
 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.


More information about the Python-checkins mailing list