[Cython] about those new *.dep files

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jun 11 03:12:39 CEST 2008


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


More information about the Cython-dev mailing list