#10513: Coercion and category framework for modules
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:  robertwb
           Type:  defect             |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.4
      Component:  coercion           |   Resolution:
       Keywords:  coercion,          |    Merged in:
  category framework, modules        |    Reviewers:  Jean-Pierre Flori
        Authors:  Simon King, Peter  |  Work issues:
  Bruin                              |       Commit:
Report Upstream:  N/A                |  2d7f0759c12fbeeb45d42c2d6160f8d925a22252
         Branch:                     |     Stopgaps:
  u/pbruin/10513-coercion_and_categories_for_modules|
   Dependencies:  #16507, #17578     |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * status:  positive_review => needs_info


Comment:

 In `src/sage/modules/free_module_element.pyx`, you changed in one place
 {{{
 except TypeError:
 }}}
 to
 {{{
 except (TypeError, ValueError):
 }}}

 Is this change needed? If yes, it should also be applied to the other
 place with similar code (there is one `__init__` method for dense and one
 for sparse vectors).

--
Ticket URL: <http://trac.sagemath.org/ticket/10513#comment:38>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to