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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to