diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 20:19:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-24 20:19:51 (GMT) |
commit | f740d467bf4c4552cf437d41838a75fb2dc168d8 (patch) | |
tree | 11c32ad95cc6db7b8958a7cc74ac9f86f18eb2b7 /Misc | |
parent | 8b150ecfc9a57fb2d564381464bb04c9a94ee053 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |