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 brett.cannon
Recipients brett.cannon, docs@python
Date 2012-11-17.15:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Looks like Georg added the flag in 2010 after Python 2.7 was already out, so this doesn't need to be backported.

The possible values are:

-1 : optimization level the interpreter is already executing with
0 : no optimization
1 : -O
2 : -OO
History
Date User Action Args
2012-11-17 15:52:47brett.cannonsetrecipients: + brett.cannon, docs@python
2012-11-17 15:52:47brett.cannonsetmessageid: <[email protected]>
2012-11-17 15:52:47brett.cannonlinkissue16493 messages
2012-11-17 15:52:47brett.cannoncreate