[Python-ideas] Dump .pyo and the "optimize" flag

M.-A. Lemburg mal at egenix.com
Tue Feb 16 00:08:59 CET 2010


I wonder what people have again the -O flag.

You are probably missing an important use case: when writing
larger applications you typically add lots of debug sections
to the code.

Using the -O flag, this code doesn't only get disabled,
it gets removed and that can lead to a serious optimization,
hence the name of the flag.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 15 2010)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/



More information about the Python-ideas mailing list