This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bukzor
Recipients bukzor
Date 2010-08-12.22:54:27
SpamBayes Score 9.5791744e-05
Marked as misclassified No
Message-id <1281653669.29.0.363654611831.issue9583@psf.upfronthosting.co.za>
In-reply-to
Content
In our environment, we have a wrapper which enables optimization by default (-OO). Most commandline tools which have a mode-changing flag such as this, also have a flag to do the opposite ( see: ls -t -U, wget -nv -v,  ).

I'd like to implement one or both of:
1) Add a -D option which is the opposite of -O. python -OO -D gives an optimization level of 1.
2) Honor PYTHONOPTIMIZE = 0. At the least, the man page needs to describe how these two methods interact.
History
Date User Action Args
2010-08-12 22:54:30bukzorsetrecipients: + bukzor
2010-08-12 22:54:29bukzorsetmessageid: <1281653669.29.0.363654611831.issue9583@psf.upfronthosting.co.za>
2010-08-12 22:54:27bukzorlinkissue9583 messages
2010-08-12 22:54:27bukzorcreate