summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-24 20:19:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-24 20:19:51 (GMT)
commitf740d467bf4c4552cf437d41838a75fb2dc168d8 (patch)
tree11c32ad95cc6db7b8958a7cc74ac9f86f18eb2b7 /Misc
parent8b150ecfc9a57fb2d564381464bb04c9a94ee053 (diff)
downloadcpython-f740d467bf4c4552cf437d41838a75fb2dc168d8.zip
cpython-f740d467bf4c4552cf437d41838a75fb2dc168d8.tar.gz
cpython-f740d467bf4c4552cf437d41838a75fb2dc168d8.tar.bz2
Issue #19369: Optimized the usage of __length_hint__().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 26e418b..69cb094 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Projected release date: 2013-11-24
Core and Builtins
-----------------
+- Issue #19369: Optimized the usage of __length_hint__().
+
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Python executable and not removed by the linker's optimizer.