Hi Nils,

On 2013-02-03, Nils Bruin <nbr...@sfu.ca> wrote:
> The next time around, this shouldn't happen anymore! indeed,
> "setattr(inst,self.__name__, Caller)" seems to try and fix that. But
> that won't make
> "return (<dict>inst.__cached_methods).__getitem__(self.__name__)"
> succeed next time around! shouldn't it also try
> "return (<dict>inst.__dict__).__getitem__(self.__name__)"
> to match the "setattr" attempt?

That sounds reasonable!

I hope I'll soon find the time to try and fix it.

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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to