]> granicus.if.org Git - python/commit
Add an "optimize" parameter to compile() to control the optimization level, and provi...
authorGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 10:26:46 +0000 (10:26 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 10:26:46 +0000 (10:26 +0000)
commit8334fd9285a8e9f0864b0453ae738fe3f6893b21
treef9341847b4647cd85b6fcd4e5fbece5cd15e1883
parent427d3149ebe5c4495e69a04be5464e5b8b446c9e
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
17 files changed:
Doc/c-api/veryhigh.rst
Doc/library/compileall.rst
Doc/library/functions.rst
Doc/library/py_compile.rst
Doc/library/zipfile.rst
Include/compile.h
Include/pythonrun.h
Lib/compileall.py
Lib/py_compile.py
Lib/test/test_builtin.py
Lib/test/test_compileall.py
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS
Python/bltinmodule.c
Python/compile.c
Python/pythonrun.c