Hi Nicolas,

This was working a few commits ago... On sage-5.0beta14 all patch applied:

----------------------------------------------------------------------
| Sage Version 5.0.beta14, Release Date: 2012-04-27                  |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
**********************************************************************
*                                                                    *
* Warning: this is a prerelease version, and it may be unstable.     *
*                                                                    *
**********************************************************************
Loading Sage library. Current Mercurial branch is: combinat
sage: F=CombinatorialFreeModule(QQ, [1,2])
sage: tensor([F,F])
[...]
/home/data/Sage-Install/sage-5.0.beta14/local/lib/python2.7/site-packages/sage/categories/covariant_functorial_construction.pyc
 in __classget__(cls, category, owner)
    272         if category is None:
    273             return cls
--> 274         return getattr(super(category.__class__.__base__, category), 
cls._functor_category)
    275 
    276     @classmethod #cached_function or cached_method are not available 
for a classmethod

/home/data/Sage-Install/sage-5.0.beta14/local/lib/python2.7/site-packages/sage/misc/classcall_metaclass.so
 in sage.misc.classcall_metaclass.ClasscallMetaclass.__get__ 
(sage/misc/classcall_metaclass.c:936)()

/home/data/Sage-Install/sage-5.0.beta14/local/lib/python2.7/site-packages/sage/categories/covariant_functorial_construction.pyc
 in __classget__(cls, category, owner)
    272         if category is None:
    273             return cls
--> 274         return getattr(super(category.__class__.__base__, category), 
cls._functor_category)
    275 
    276     @classmethod #cached_function or cached_method are not available 
for a classmethod
[...]

There is a loop here ! Is it related to the classcall missing hook ?

Cheers,

Florent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to