Re: [Cython] Why does embed-position use relative filenames?

2017-10-27 Thread Jeroen Demeyer
My use case is for calling Cython at runtime. For example, using cython.inline or %%cython or the SageMath-specific cython() function. In that case, absolute paths make the most sense since you want to support the user running Cython somewhere and then doing chdir(). Perhaps we could keep the

Re: [Cython] Why does embed-position use relative filenames?

2017-10-27 Thread Erik Bray
On Fri, Oct 27, 2017 at 11:35 AM, Jeroen Demeyer wrote: > My use case is for calling Cython at runtime. For example, using > cython.inline or %%cython or the SageMath-specific cython() function. In > that case, absolute paths make the most sense since you want to support the > user running Cython