Robert Bradshaw <rober...@math.washington.edu> writes:

> It's really hard to diagnose without seeing some code, 

yes, sorry about that,

> but my guess is that either
>
> 1) The methods called in children are not in a python file compiled
> with #cython: profile=True
> 2) The spyx file gets a header prepended, meaning that the #cython ...
> pragmas are not at the top of the file anymore, and so are not
> applied. (Similar issues happen with __future__ imports).
>
> or both.


Hm, I think I can at least partially exclude 1), since children calls at
least one method in the same file which is probably (relatively) expensive.  How
could I circumvent 2)?

Martin

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to