[Python-ideas] Disable all peephole optimizations

Stefan Krah stefan at bytereef.org
Thu May 22 19:23:02 CEST 2014


Victor Stinner <victor.stinner at gmail.com> wrote:
> I never understand -O and -OO. What is optimized exactly. To me,
> striping docstrings is not really an "optimization", it should be a
> different option.

Indeed, it should be -Os (optimize for space).


Stefan Krah




More information about the Python-ideas mailing list