Re: [Cython] remove timestamps from generated source files

2014-01-13 Thread Julian Taylor
On 13.01.2014 22:24, Robert Bradshaw wrote: > The timestamp is in a comment which ccache can strip before looking up > items in the cache; are you sure this is an issue? well this is embarrassing, it indeed strips the comments... The issue was setup.py used a compiler symlink not present in my cca

Re: [Cython] remove timestamps from generated source files

2014-01-13 Thread Robert Bradshaw
The timestamp is in a comment which ccache can strip before looking up items in the cache; are you sure this is an issue? On Mon, Jan 13, 2014 at 10:39 AM, Julian Taylor wrote: > Hi, > Cython currently places timestamps into all its generated C source files. > This may be ok for developers who no

[Cython] remove timestamps from generated source files

2014-01-13 Thread Julian Taylor
Hi, Cython currently places timestamps into all its generated C source files. This may be ok for developers who normally only rebuild files they changed anyway but it is a major annoyance for distribution packagers who often have to rebuild software from scratch including re-cythonizing. The reason