[Cython] about those new *.dep files

Stefan Behnel stefan_ml at behnel.de
Tue Jun 10 18:17:21 CEST 2008


Hi,

Lisandro Dalcin wrote:
> I've notices that now Cython generates *.dep files alongside the C
> sources. It is strictly needed that those file are left around if not
> explicitely requested for the user?

they store the dependencies (.pxd and .pxi files) of the compiled C file, so
users will likely be happy about them.

I think they still missing from to the .hgignore, though.

Stefan


More information about the Cython-dev mailing list