[issue19671] Option to select the optimization level on compileall

Sworddragon report at bugs.python.org
Wed Nov 20 22:29:40 CET 2013


New submission from Sworddragon:

Currently on calling one of the compileall functions it is not possible to pass the optimization level as argument. The bytecode will be created depending of the optimization level of the current script instance. But if a script wants to compile .pyc files for one destination and .pyo files for another destination this will be a little tricky.

----------
components: Library (Lib)
messages: 203533
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Option to select the optimization level on compileall
type: enhancement
versions: Python 2.7, Python 3.3

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


More information about the Python-bugs-list mailing list