Stefan Behnel wrote: > My work-around was not to officially declare it at > all, but to design a hand-built function type that is only used in the > transform.
Another possibility is to enhance the builtin function signature mechanism with a pointer-to-object-reference type and make the call nodes understand it. That would be a first step towards allowing you to declare such functions yourself. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
