Hi Antonio,

On 2015-02-19, Antonio Rojas <aro...@archlinux.org> wrote:
> Version 6.5. Note the "if the cython source is not available" part, it works 
> OK if the .pyx source is installed (we currently package it separately in 
> Arch)

That makes sense to me. cached_method wraps a method, i.e., it replaces
it by something different. In order to make various things work, some
form of introspection is needed---which for cython extension code is
difficult if the source code cannot be found.

I could try to make some experiments (e.g., create a cython module with
a cached method, recompile sage, and then remove the source of the
module) in order to find out if there is a way around (and if I can
replicate the problem).

Best regards,
Simon

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to