Merge 3.6

This commit is contained in:
Victor Stinner 2016-12-15 16:22:19 +01:00
commit 41afe9dd85

View file

@ -77,7 +77,7 @@ New library modules:
CPython implementation improvements: CPython implementation improvements:
* The :ref:`dict <typesmapping>` type has been reimplemented to use * The :ref:`dict <typesmapping>` type has been reimplemented to use
a :ref:`faster, more compact representation <whatsnew36-compactdict>` a :ref:`more compact representation <whatsnew36-compactdict>`
similar to the `PyPy dict implementation`_. This resulted in dictionaries similar to the `PyPy dict implementation`_. This resulted in dictionaries
using 20% to 25% less memory when compared to Python 3.5. using 20% to 25% less memory when compared to Python 3.5.