[Python-checkins] cpython: Issue #27213: document changes in Misc/NEWS

victor.stinner python-checkins at python.org
Fri Sep 9 15:50:25 EDT 2016


https://hg.python.org/cpython/rev/854b08acca97
changeset:   103451:854b08acca97
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Sep 09 12:43:42 2016 -0700
summary:
  Issue #27213: document changes in Misc/NEWS

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@
 Core and Builtins
 -----------------
 
+- Issue #27213: Rework CALL_FUNCTION* opcodes to produce shorter and more
+  efficient bytecode. Patch by Demur Rumed, design by Serhiy Storchaka,
+  reviewed by Serhiy Storchaka and Victor Stinner.
+
 - Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
   Patch by Ivan Levkivskyi.
 

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


More information about the Python-checkins mailing list