#8671: FieldElement.quo_rem broken
--------------------------------+-------------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-4.4
Component: basic arithmetic | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------------+-------------------------------------------
{{{
sage: P.<n> = QQ[]
sage: F = P.fraction_field()
sage: P.one_element()//F.one_element()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
.../sage/rings/polynomial/polynomial_element.so in
sage.rings.polynomial.polynomial_element.Polynomial.__floordiv__
(sage/rings/polynomial/polynomial_element.c:14608)()
.../sage/structure/element.so in
sage.structure.element.NamedBinopMethod.__call__
(sage/structure/element.c:22812)()
.../sage/structure/element.so in
sage.structure.element.FieldElement.quo_rem
(sage/structure/element.c:16670)()
...
AttributeError: 'sage.rings.fraction_field_element.FractionFieldElement'
object has no attribute '_parent'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8671>
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.