#17671: gcd and xgcd over fields, PID and UFD
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.5
      Component:  basic arithmetic   |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Vincent Delecroix  |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vdelecroix/17671                 |  0f536c92b61f088375410417bc790fee6de8dc10
   Dependencies:  #17675             |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by bruno):

 It seems that I get the same problem you had in #17673, thus the tests in
 `src/sage/rings/polynomial/polynomial_quotient_ring.py` don't pass. From
 line 281, there is a test that looks like the following (I removed
 irrelevant parts):
 {{{#!python
 sage: P.<x> = QQ[]
 sage: Q = P.quotient(x^2+2)
 sage: Q in Fields()
 True
 sage: Q.an_element().gcd._module_
 'sage.categories.fields'
 }}}
 but the test doesn't pass, and I get `AttributeError:
 'sage.structure.element.NamedBinopMethod' object has no attribute
 '__module__'` instead of `'sage.categories.fields'`.

--
Ticket URL: <http://trac.sagemath.org/ticket/17671#comment:27>
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