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
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