Dag Sverre Seljebotn wrote: > In fact, one could argue that Cython should *always* use <file.h> instead > of "file.h", so that one always get the same behaviour regardless of build > method.
But what if you *do* want to include a file from the same directory? Having a local include file with the same name as a system one seems like an anti-pattern to me, so I don't see an issue here. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
