Re: [Tutor] Interpreter level objects

2005-02-24 Thread Danny Yoo
On Wed, 23 Feb 2005, Jacob S. wrote: > Say I put the code > > import psyco > psyco.full() > > in sitecustomize.py and run a random file that I have already got an > average execution time of. Then I run it again, with the above > implemented. My execution time is has dropped. Which brings me to

[Tutor] Interpreter level objects

2005-02-23 Thread Jacob S.
Hi everyone! Let's see, my topic of discussion for today is this. If the psyco package can work on an interpreter level--I don't know if that's the right terminology, but this is what it does. Say I put the code import psyco psyco.full() in sitecustomize.py and run a random file that I have al