[issue34888] Python3.8 optimizes away a "while" line

Yury Selivanov report at bugs.python.org
Wed Oct 3 21:00:09 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

While I agree with you that we need a flag to disable optimizations, this particular change isn't related to AST or peephole optimizers.

See the bpo-17611 for more details (or https://github.com/python/cpython/commit/520b7ae27e39d1c77ea74ccd1b184d7cb43f9dcb)

----------
nosy: +yselivanov

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34888>
_______________________________________


More information about the Python-bugs-list mailing list