Brett Calcott, 21.09.2011 11:48:
The path in cython's error output is insensitive to the cwd where cython in
invoked. It seems to be based on this variable in Cython/Compiler/Main.py:
relative_path_in_code_position_comments = True,
If I understand it right, the path output is relative to mod
On Wed, Sep 21, 2011 at 2:48 AM, Brett Calcott wrote:
> Hi all,
> The path in cython's error output is insensitive to the cwd where cython in
> invoked. It seems to be based on this variable in Cython/Compiler/Main.py:
> relative_path_in_code_position_comments = True,
> If I understand it right,
Hi all,
The path in cython's error output is insensitive to the cwd where cython in
invoked. It seems to be based on this variable in Cython/Compiler/Main.py:
relative_path_in_code_position_comments = True,
If I understand it right, the path output is relative to module it is in,
instead of re