Re: [sage-devel] Cython cached method: Why can the name be imported in a sage session, but not in sage/doc/common/builder.py?

2011-04-05 Thread Nicolas M. Thiery
On Sun, Apr 03, 2011 at 11:26:19PM -0700, Simon King wrote: > I am nearly done with a full Cython-version of cached_method. That's > to say: Nice! > 1) cdef classes inheriting from Parent or Element can be provided with > cached methods, even if they do not allow attribute assignment. > 2) Due to

[sage-devel] Cython cached method: Why can the name be imported in a sage session, but not in sage/doc/common/builder.py?

2011-04-03 Thread Simon King
Hi! I am nearly done with a full Cython-version of cached_method. That's to say: 1) cdef classes inheriting from Parent or Element can be provided with cached methods, even if they do not allow attribute assignment. 2) Due to moving cached_method from Python to Cython with cdef'ing some key metho