#13904: Better deletion of items of TripleDict
----------------------------------+-----------------------------------------
Reporter: SimonKing | Owner: rlm
Type: defect | Status: positive_review
Priority: major | Milestone: sage-5.6
Component: memleak | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Jean-Pierre Flori
Authors: Simon King | Merged in:
Dependencies: #13896, #12313 | Stopgaps:
----------------------------------+-----------------------------------------
Changes (by jpflori):
* status: needs_review => positive_review
* reviewer: => Jean-Pierre Flori
Old description:
> In #715, `TripleDict` has been modified, so that the key items are
> compared by identity rather than equality, and so that weak keys are used
> when possible.
>
> However, as it turns out, the deletion of the items tracked in a
> `TripleDict` was done improperly. The aim of this ticket is to fix that.
New description:
In #715, `TripleDict` has been modified, so that the key items are
compared by identity rather than equality, and so that weak keys are used
when possible.
However, as it turns out, the deletion of the items tracked in a
`TripleDict` was done improperly. The aim of this ticket is to fix that.
Apply [attachment:trac13904_use_del.patch].
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13904#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 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.