#16453: Cythonize quiver paths
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebra            |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Simon King         |    Reviewers:
Report Upstream:  N/A                |  Work issues:  Fix issue in bounded
         Branch:                     |  integer sequences
  u/SimonKing/cythonize_quiver_paths |       Commit:
   Dependencies:  #15820             |  126ee26af9339d6d91b735066d184c410f572bbc
                                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:51 SimonKing]:
 > I thought that it is one of the jobs of the `.pxd` file to do cimports.
 No, think of `.pxd` file like C `.h` files: it is needed for ''other''
 modules to cimport this module: if another module does `from
 sage.quivers.paths cimport *`, then Cython will use the `paths.pxd` to do
 this cimport.

 That's also the reason why the `.pxd` files should be minimal: every
 module which cimports `sage.quivers.paths` will need to look at all the
 stuff you put in the `paths.pxd` file.

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