diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-11 14:50:13 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-11 14:50:13 (GMT) |
commit | e618a18fe3beace18a9dbefac85620ca29138a54 (patch) | |
tree | 696ce60ea33bebe99dc02b8258b2450899358769 | |
parent | b2b154374d921cccaf5de9faf633a6ae6e21892b (diff) | |
parent | 13527123a100f4cd8620473ae8da4cb727279866 (diff) | |
download | cpython-e618a18fe3beace18a9dbefac85620ca29138a54.zip cpython-e618a18fe3beace18a9dbefac85620ca29138a54.tar.gz cpython-e618a18fe3beace18a9dbefac85620ca29138a54.tar.bz2 |
Merge from 3.6 (issue #28665).
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |