[issue10553] Add optimize argument to builtin compile() and byte-compilation modules

Georg Brandl report at bugs.python.org
Sat Nov 27 21:38:50 CET 2010


New submission from Georg Brandl <georg at python.org>:

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.

----------
components: Library (Lib)
files: compile-optimize.diff
keywords: patch
messages: 122552
nosy: georg.brandl, krisvale
priority: normal
severity: normal
status: open
title: Add optimize argument to builtin compile() and byte-compilation modules
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file19840/compile-optimize.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10553>
_______________________________________


More information about the Python-bugs-list mailing list