[issue2506] Add mechanism to disable optimizations

Ned Batchelder report at bugs.python.org
Thu May 17 09:47:43 EDT 2018


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

Folding constants won't affect control flow.  The important thing here is to disable optimizing away jumps to jumps.

----------

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


More information about the Python-bugs-list mailing list