PEP 511: add link to issue #26107

This commit is contained in:
Victor Stinner 2016-01-14 10:15:32 +01:00
parent 6b3a0c2970
commit 4fbc954904
1 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,9 @@ AST transformer changes:
frozenset items. frozenset items.
* ``PyCodeObject.co_lnotab``: line number delta becomes signed to * ``PyCodeObject.co_lnotab``: line number delta becomes signed to
support moving instructions (note: need to modify MAGIC_NUMBER in 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`` * Enhance the bytecode compiler to support ``tuple`` and ``frozenset``
constants. Currently, ``tuple`` and ``frozenset`` constants are constants. Currently, ``tuple`` and ``frozenset`` constants are
created by the peephole transformer, after the bytecode compilation. created by the peephole transformer, after the bytecode compilation.