Merge from 3.6 (issue #28665).

This commit is contained in:
Serhiy Storchaka 2016-11-11 16:50:13 +02:00
commit e618a18fe3

View file

@ -10,6 +10,8 @@ What's New in Python 3.7.0 alpha 1
Core and Builtins
-----------------
- Issue #28665: Improve speed of the STORE_DEREF opcode by 40%.
- Issue #19398: Extra slash no longer added to sys.path components in case of
empty compile-time PYTHONPATH components.