#14158: _is_Field() ignores exceptions
------------------------+---------------------------------------------------
   Reporter:  jdemeyer  |             Owner:  robertwb
       Type:  defect    |            Status:  new     
   Priority:  blocker   |         Milestone:  sage-5.8
  Component:  coercion  |          Keywords:          
Work issues:            |   Report Upstream:  N/A     
  Reviewers:            |           Authors:          
  Merged in:            |      Dependencies:          
   Stopgaps:            |  
------------------------+---------------------------------------------------
 #13370 changed
 {{{
 def bint _is_Field(x)
 }}}
 to
 {{{
 cpdef bint _is_Field(x)
 }}}
 ''without'' an `except` declaration.

 For example, I have seen in between doctests:
 {{{
 sage -t  --long -force_lib devel/sage/sage/graphs/generic_graph.py
 Exception RuntimeError: RuntimeError("Gap produced error output\nError,
 Variable: 'is_field' must have a value\n\n   executing is_field();",) in
 'sage.rings.ring._is_Field' ignored
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14158>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to