Hi,
I'm working on trac #12728 -- and hence I'm patching sage by changing
include paths in the code, not really changing said source code.
I now get a failing doctest:
sage: cython('''cpdef test_funct(x,y): return''')
sage: sage_getsourcelines(test_funct)
(['cpdef test_funct(x,y): return\n'], 6)
now returns (['cpdef test_funct(x,y): return\n'], 5)
I have looked at that function code but don't understand what it does
exactly ; neither do I understand how my changes can have any impact...
Has somebody an idea what happens?
Snark on #sagemath
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.