You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cython's Nodes.relative_position makes file names relative by stripping off the first len(os.path.abspath(os.getcwd())) characters. This is totally wrong if the file is from the include search path and not relative to cwd
Cython's
Nodes.relative_position
makes file names relative by stripping off the firstlen(os.path.abspath(os.getcwd()))
characters. This is totally wrong if the file is from the include search path and not relative tocwd
Upstream bug report: http://trac.cython.org/cython_trac/ticket/817
The first patch makes the last two includes in Sage absolute, which triggers the bug.
Apply:
Depends on #12728
Upstream: Reported upstream. No feedback yet.
Component: cython
Issue created by migration from https://trac.sagemath.org/ticket/14634
The text was updated successfully, but these errors were encountered: