Issue #19369: Optimized the usage of __length_hint__().

This commit is contained in:
Serhiy Storchaka 2013-10-24 23:19:51 +03:00
parent 8b150ecfc9
commit f740d467bf
2 changed files with 12 additions and 8 deletions

View file

@ -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.