On Feb 3, 2:19 pm, [EMAIL PROTECTED] wrote:

> simple solution is to defer the optimization. That is test the
> original code, call Psyco, then test it again:

I had thought of that, but it didn't really meet my requirements.  I
might want the unoptimized function back at some point after I call
the unoptimized function.  psyco.unbind() does the trick for this. :-)

Thanks for your reply


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to