STINNER Victor added the comment:

2017-02-08 10:08 GMT+01:00 INADA Naoki <rep...@bugs.python.org>:
>      6  def func2():
>      7      """func docstring"""
>      8      1+1

1+1 is replaced with 2 and lone integer literals are removed by the
peephole optimizer. See also the issue #26204.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29463>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to