[Python-checkins] peps: PEP 511: add link to issue #26107

victor.stinner python-checkins at python.org
Thu Jan 14 04:15:40 EST 2016


https://hg.python.org/peps/rev/c4a826184937
changeset:   6182:c4a826184937
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Jan 14 10:15:32 2016 +0100
summary:
  PEP 511: add link to issue #26107

files:
  pep-0511.txt |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/pep-0511.txt b/pep-0511.txt
--- a/pep-0511.txt
+++ b/pep-0511.txt
@@ -185,7 +185,9 @@
   frozenset items.
 * ``PyCodeObject.co_lnotab``: line number delta becomes signed to
   support moving instructions (note: need to modify MAGIC_NUMBER in
-  importlib).
+  importlib). Implemented in the `issue #26107: code.co_lnotab: use
+  signed line number delta to support moving instructions in an
+  optimizer <https://bugs.python.org/issue26107>`_
 * Enhance the bytecode compiler to support ``tuple`` and ``frozenset``
   constants. Currently, ``tuple`` and ``frozenset`` constants are
   created by the peephole transformer, after the bytecode compilation.

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


More information about the Python-checkins mailing list