#14471: Category refinement sometimes changes the hash of parents
--------------------------------+--------------------------------
       Reporter:  vbraun        |         Owner:  rlm
           Type:  defect        |        Status:  positive_review
       Priority:  critical      |     Milestone:  sage-5.12
      Component:  memleak       |    Resolution:
       Keywords:                |     Merged in:
        Authors:  Volker Braun  |     Reviewers:  Simon King
Report Upstream:  N/A           |   Work issues:
         Branch:                |  Dependencies:
       Stopgaps:                |
--------------------------------+--------------------------------
Changes (by vbraun):

 * status:  needs_work => positive_review


Old description:

> Some objects with dynamical classes use `hash(self.__class__)`. Since
> this is not an invariant of dynamical classes bad things will happen.
>
> One such instance is that, under some circumstances, a
> !WeakValueDictionary remove callback is being called but cannot find the
> object in the dictionary since the hash changed.
>
> __Apply__
>
> - [attachment:trac_14471_dynamic_class_hash.patch]
> - [attachment:trac_14471-review.patch]

New description:

 Some objects with dynamical classes use `hash(self.__class__)`. Since this
 is not an invariant of dynamical classes bad things will happen.

 One such instance is that, under some circumstances, a
 !WeakValueDictionary remove callback is being called but cannot find the
 object in the dictionary since the hash changed.

 __Apply__

 - [attachment:trac_14471_dynamic_class_hash.patch]
 - [attachment:trac_14471-review.patch]
 - [attachment:trac_14471-pdf-fix.patch]

--

Comment:

 Fixed.

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


Reply via email to