#13916: Fix inspection of interactive Cython code
-------------------------+--------------------------------------------------
   Reporter:  SimonKing  |             Owner:  jason   
       Type:  defect     |            Status:  new     
   Priority:  major      |         Milestone:  sage-5.6
  Component:  misc       |          Keywords:          
Work issues:             |   Report Upstream:  N/A     
  Reviewers:             |           Authors:          
  Merged in:             |      Dependencies:          
   Stopgaps:             |  
-------------------------+--------------------------------------------------
 The following happens with sage-5.6.b2, at least in the debug version from
 #13864 (I could imagine that the new Cython version from #13896 could be
 related as well):
 {{{
 sage: cython('''cpdef test_funct(x,y): return''')
 sage: from sage.misc.sageinspect import sage_getfile
 sage: os.path.exists(sage_getfile(test_funct))
 False
 }}}

 IIRC, it used to work. hence, I suppose some paths have changed.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13916>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to