Dag Sverre Seljebotn wrote: > Your approach will only work in-so-far as the C implementation lies very > close to the Python interface. Which is true for NumPy (just a few > renames needed), but not in principle.
Keep in mind that anything in the C interface can be renamed using C name declarations, so it's possible to provide both Pythonic and C-level interfaces at the same time, with whatever combination of naming is desired. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
