[Zope-dev] Proposal: have install_product detect __init__.pyo too

Richard Jones richard@bizarsoftware.com.au
Tue, 9 Oct 2001 13:16:43 +1000


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