psyco question
miller.paul.w at gmail.com
miller.paul.w at gmail.com
Sun Feb 3 15:02:40 EST 2008
On Feb 3, 2:19 pm, bearophileH... at lycos.com 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
More information about the Python-list
mailing list