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 georg.brandl
Recipients georg.brandl, kristjan.jonsson
Date 2010-11-27.20:38:33
SpamBayes Score 0.00053975015
Marked as misclassified No
Message-id <1290890330.29.0.632144561424.issue10553@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds an "optimize" parameter to compile(), as discussed in <http://mail.python.org/pipermail/python-ideas/2010-November/008784.html>.

I also needed to introduce two new C APIs.  Better naming suggestions are welcome.
History
Date User Action Args
2010-11-27 20:38:50georg.brandlsetrecipients: + georg.brandl, kristjan.jonsson
2010-11-27 20:38:50georg.brandlsetmessageid: <1290890330.29.0.632144561424.issue10553@psf.upfronthosting.co.za>
2010-11-27 20:38:34georg.brandllinkissue10553 messages
2010-11-27 20:38:34georg.brandlcreate