summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-11 14:50:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-11 14:50:13 (GMT)
commite618a18fe3beace18a9dbefac85620ca29138a54 (patch)
tree696ce60ea33bebe99dc02b8258b2450899358769
parentb2b154374d921cccaf5de9faf633a6ae6e21892b (diff)
parent13527123a100f4cd8620473ae8da4cb727279866 (diff)
downloadcpython-e618a18fe3beace18a9dbefac85620ca29138a54.zip
cpython-e618a18fe3beace18a9dbefac85620ca29138a54.tar.gz
cpython-e618a18fe3beace18a9dbefac85620ca29138a54.tar.bz2
Merge from 3.6 (issue #28665).
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c463efd..9909020 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.