[Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6 (issue #28665).

serhiy.storchaka python-checkins at python.org
Fri Nov 11 09:50:47 EST 2016


https://hg.python.org/cpython/rev/7ec45e7d2194
changeset:   105058:7ec45e7d2194
parent:      105057:955164a24535
parent:      105056:d78d45436753
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Fri Nov 11 16:50:13 2016 +0200
summary:
  Merge from 3.6 (issue #28665).

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list