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
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to