What's the reasoning behind requiring everything to be in functions? Just curious. On 6/20/06, Christophe <chris.cavalaria at free.fr> wrote: > > Place all the code in a function. Even without psyco you might get > somewhat better performances then. And I doubt psyco can optimise code > that isn't in a function anyway.