#18246: remove naive __hash__ from SageObject
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  vdelecroix             |       Status:  needs_review
           Type:         |    Milestone:  sage-6.9
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:  Volker Braun
  coercion               |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  813231b402621c063793062fda218452895bf769
  Vincent Delecroix      |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/18246           |
   Dependencies:         |
-------------------------+-------------------------------------------------
Description changed by vdelecroix:

Old description:

> Hashing is a critical function in Python. In several places, objects do
> use the generic `__hash__` from `SageObject` or a badly implemented one
> that makes everything slow. For example:
>  - #18215 for quadratic number field elements (in relation with polyhedra
> #18241)
>  - #18239 for permutation group elements

New description:

 Hashing is a critical function in Python. In several places, objects do
 use the generic `__hash__` from `SageObject` or a badly implemented one
 that makes everything slow. For example:
  - #18215 for quadratic number field elements (in relation with polyhedra
 #18241)
  - #18239 for permutation group elements

 See also #19016 for a ticket with the same purpose (with `Element` instead
 of `SageObject`).

--

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