Stefan Behnel wrote: > they store the dependencies (.pxd and .pxi files) of the compiled C file, so > users will likely be happy about them.
If you're worried about this, you could generate them only when dependency tracking is being done, so users who never use the dependency tracking features would never see them. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
