#18007: Move includes of interrupt.pxi to pyx files
-------------------------------------+-------------------------------------
Reporter: jdemeyer | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.6
Component: cython | Resolution:
Keywords: | Merged in:
Authors: Jeroen Demeyer | Reviewers: Volker Braun
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/jdemeyer/move_includes_of_interrupt_pxi_to_pyx_files|
ce992d2ac5a68a4dd7328dc088f68007e4b5e4cd
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vbraun):
* status: positive_review => needs_work
Comment:
{{{
Cythonizing sage/graphs/planarity.pyx
Error compiling Cython file:
------------------------------------------------------------
...
# Building the dictionary associating id to labels
for id,label in enumerate(g.vertices()):
label_id[label] = id
G.n = g.order()
G.G = <c_adj **> sage_malloc(G.n*sizeof(c_adj *))
^
------------------------------------------------------------
sage/graphs/modular_decomposition.pyx:119:32: undeclared name not builtin:
sage_malloc
Error compiling Cython file:
------------------------------------------------------------
...
# Building the dictionary associating id to labels
for id,label in enumerate(g.vertices()):
label_id[label] = id
G.n = g.order()
G.G = <c_adj **> sage_malloc(G.n*sizeof(c_adj *))
^
------------------------------------------------------------
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/18007#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.