9 Oct
2001
9 Oct
'01
3:16 a.m.
I'd like to run python in its optimised mode (to try to squeeze that extra 1-5% of performance out of it ;). The only real barrier to doing this is that install_product doesn't check for __init__.pyo (just .py and .pyc). Would there be serious problems if it was modified to detect the .pyo as well? Richard