Hi One of the nice aspects of cython is that you can "cython -a" a file and see what could use optimization.
If I import a .pyx file into Sage, Sage compiles it into cython. Is there a way to make it show the same thing? I tried compiling a Sage file with Cython, but (as one might expect) it couldn't find a lot of things. Perhaps I need to tell it where to find things to include? regards john perry -- 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