On 2017-12-07 23:57, Simon King wrote:
from libc.string cimport memcpy

This one is fine.

include "cysignals/signals.pxi"

from cysignals.signals cimport FOO

include 'sage/ext/stdsage.pxi'

from MODULE cimport BAR

You'll have to fill in the exact values for FOO, BAR and MODULE though. The easiest way to find out is to start without any cimports and then see what Cython complains about.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to