#18246: remove __hash__ from SageObject
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  vdelecroix             |       Status:  new
           Type:         |    Milestone:  sage-6.7
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  coercion               |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  a7aa08f9a30c97fd080edb9f35c89717605bd59e
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  public/18246           |
   Dependencies:         |
-------------------------+-------------------------------------------------
Description changed by vdelecroix:

Old description:



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

--

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