[Python-Dev] Psyco for -OO or -O

Lie Ryan lie.1296 at gmail.com
Sat Dec 13 08:57:28 CET 2008


I'm sure probably most of you knows about psyco[1], the optimizer. Python 
has an -O and -OO flag that is intended to be optimization flag, but we 
know that currently it doesn't do much. Why not add psyco as standard 
library and let -O or -OO invoke psyco?

[1] http://psyco.sourceforge.net/index.html



More information about the Python-Dev mailing list