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

Ned Batchelder report at bugs.python.org
Wed Oct 3 21:11:47 EDT 2018


Ned Batchelder <ned at nedbatchelder.com> added the comment:

Yury, thanks. I haven't read the code in depth.  I assume there is some place that notices that the while condition is a constant, and therefore doesn't need to be explicitly evaluated?  That test can be disabled, yes?

----------

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


More information about the Python-bugs-list mailing list