psyco question

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun Feb 3 13:53:44 EST 2008


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



More information about the Python-list mailing list