From: Serhiy Storchaka Date: Fri, 11 Nov 2016 14:50:13 +0000 (+0200) Subject: Merge from 3.6 (issue #28665). X-Git-Tag: v3.7.0a1~2007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e618a18fe3beace18a9dbefac85620ca29138a54;p=python Merge from 3.6 (issue #28665). --- e618a18fe3beace18a9dbefac85620ca29138a54 diff --cc Misc/NEWS index c463efda61,24810f0560..9909020aef --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,6 +10,8 @@@ What's New in Python 3.7.0 alpha 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.