PEP 511: add link to issue #26107
This commit is contained in:
parent
6b3a0c2970
commit
4fbc954904
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue