#4696: coercion system doesn't expect pickled parents
---------------------------+-----------------------------------------------
Reporter: burcin | Owner: robertwb
Type: defect | Status: closed
Priority: minor | Milestone: sage-duplicate/invalid/wontfix
Component: | Resolution: invalid
coercion | Merged in:
Keywords: | Reviewers:
Authors: | Work issues:
Report Upstream: N/A | Dependencies:
Branch: |
Stopgaps: |
---------------------------+-----------------------------------------------
Changes (by mhansen):
* status: new => closed
* milestone: sage-5.11 => sage-duplicate/invalid/wontfix
* resolution: => invalid
* upstream: => N/A
Comment:
This works now:
{{{
sage: sage: x,y = QQ['x,y'].gens()
sage: sage: i = ideal(x^2 - y^2 + 1)
sage: sage: j = loads(dumps(i))
sage: sage: i == j
True
sage: j == i
True
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/4696#comment:1>
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/groups/opt_out.