[issue2506] Add mechanism to disable optimizations

Serhiy Storchaka report at bugs.python.org
Sun Aug 25 06:32:19 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There are different optimizations on different levels (AST, bytecode generation, peepholer), would be nice to control them separately. This means that we should pass a bitset to the compiler.

----------

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


More information about the Python-bugs-list mailing list