#9552: cython.py references the old sage notebook code
--------------------------+------------------------
       Reporter:  was     |        Owner:  jason
           Type:  defect  |       Status:  new
       Priority:  minor   |    Milestone:  sage-6.4
      Component:  misc    |   Resolution:
       Keywords:          |    Merged in:
        Authors:          |    Reviewers:
Report Upstream:  N/A     |  Work issues:
         Branch:          |       Commit:
   Dependencies:          |     Stopgaps:
--------------------------+------------------------

Comment (by kcrisman):

 Indeed, this wouldn't be hard to do.  Worst-case we could move them but
 leave a deprecation that points to the new location (cython.py seems
 best).
 {{{
 sage: search_src('cython_import')
 misc/cython.py:657:    sage.server.support.cython_import_all(tmpfile, d,
 misc/cython.py:756:    from sage.server.support import cython_import
 misc/cython.py:757:    return cython_import(file,
 create_local_c_file=False)
 misc/cython_c.pyx:61:    sage.server.support.cython_import_all(tmpfile,
 globals(),
 server/support.py:425:def cython_import(filename, verbose=False,
 compile_message=False,
 server/support.py:452:def cython_import_all(filename, globals,
 verbose=False, compile_message=False,
 server/support.py:468:    m = cython_import(filename, verbose=verbose,
 compile_message=compile_message,
 }}}
 The notebook already has its own versions of these two functions so that
 is not a problem, as far as I can tell (though it wouldn't hurt testing it
 can still Cythonize after doing this).

--
Ticket URL: <http://trac.sagemath.org/ticket/9552#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to