[Python-Dev] deprecating .pyo and -O (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Thu Jun 14 22:46:36 CEST 2012


On Fri, 15 Jun 2012 06:38:45 +1000 Steven D'Aprano <steve at pearwood.info> wrote:

Apart from the duplication of effort (everyone who wants to optimize their code has to write their own source-code strip tool),

Actually, it could be shipped with Python, or even done dynamically at runtime (instead of relying on separate bytecode files).

Regards

Antoine.



More information about the Python-Dev mailing list