Celelibi wrote:
> def twice(f):
> fun = CdefFunction(... use f ...)
> return fun
>
> foo = CdefFunction(...)
> ast.append(AstCdefFunction("foo", twice(foo)))Doesn't this just punt on how CdefFunction works? Feels like we're back to AST re-writing. -- ________________________ Warm Regards Prakhar Goel _______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
