[issue2506] Add mechanism to disable optimizations

Ned Batchelder report at bugs.python.org
Sat Jun 2 15:43:45 EDT 2018


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

Serhiy: thanks for the fuller story about the optimizations in place now.  I'll repeat my earlier plea: providing a way to disable optimization is beneficial for tooling like coverage.py, and also for helping us to ensure that the optimizer is working correctly.

I doubt anyone commenting here would be happy with a C compiler that optimized with no off-switch.

----------

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


More information about the Python-bugs-list mailing list