#12876: Fix element and parent classes of Hom categories to be abstract, and
simplify the Hom logic.
------------------------------------------+---------------------------------
       Reporter:  nthiery                 |         Owner:  nthiery             
      
           Type:  enhancement             |        Status:  needs_review        
      
       Priority:  major                   |     Milestone:  sage-5.4            
      
      Component:  categories              |    Resolution:                      
      
       Keywords:  categories, Hom         |   Work issues:  fix doctests and 
segfaults
Report Upstream:  N/A                     |     Reviewers:  Simon King          
      
        Authors:  Nicolas M. ThiƩry       |     Merged in:                      
      
   Dependencies:  #11521, #12215, #12313  |      Stopgaps:                      
      
------------------------------------------+---------------------------------

Comment (by SimonKing):

 Replying to [comment:62 SimonKing]:
 > {{{
 > sage: M = ModularForms(Gamma0(7), 4)
 > sage: H = Hom(M,M)
 > sage: H is loads(dumps(H))
 > False
 > }}}

 ... which has two reasons: `H` has no `__reduce__` method, and `M` has no
 reduce method.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12876#comment:63>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac?hl=en.

Reply via email to