19 Oct
2001
19 Oct
'01
2:07 p.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?
No, there shouldn't be problems. I've updated Application.py to do the right thing when there is only a .pyo file in the product directory for 2.5. Thanks! Brian Lloyd brian@zope.com Software Engineer 540.361.1716 Zope Corporation http://www.zope.com