On Sun, 03 Feb 2008 10:06:04 -0800, miller.paul.w wrote: > Say I have a module with a function f in it, and I do > > psyco.bind (f) > > Is there any simple/easy/elegant way to retain a reference to the > *unoptimized* version of f so I can call them both and compare > performance? What about `psyco.unbind()`? Ciao, Marc 'BlackJack' Rintsch