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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
