#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:
--------------------------+------------------------

Old description:

> I noticed to my surprise that misc/cython.pyx has these lines in it
> (which should be fixed, of course):
> {{{
>  import sage.server.support
>     d = {}
>     sage.server.support.cython_import_all(tmpfile, d,
>                                          verbose=verbose,
> compile_message=compile_message,
>                                          use_cache=use_cache,
>                                          create_local_c_file=False)
> }}}

New description:

 I noticed to my surprise that misc/cython.py has these lines in it (which
 should be fixed, of course):
 {{{
  import sage.server.support
     d = {}
     sage.server.support.cython_import_all(tmpfile, d,
                                          verbose=verbose,
 compile_message=compile_message,
                                          use_cache=use_cache,
                                          create_local_c_file=False)
 }}}

--

Comment (by kcrisman):

 Yeah, I think a lot of that stuff could go elsewhere, it's just support...

 In this case the "right" fix is to move the whole Cython stuff somewhere
 else, probably just to cython.py (which is not a pyx file, at least not
 any more).

--
Ticket URL: <http://trac.sagemath.org/ticket/9552#comment:5>
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