#5725: [with patch; needs review] sequences -- bring coverage to 100%; don't
allow
hashing of mutable sequences
--------------------+-------------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: misc | Keywords:
--------------------+-------------------------------------------------------
Bring up the coverage of sequence.py from 59% to 100%. Also, sequences
allowed hashing even when they are mutable which *breaks* all the Python
algorithms that rely on hashing! This was because I didn't understand
this fast about Python when I implemented Sequences.
If there is any fallout as a result of eliminating hashing, then that
other code must be fixed, because it would surely exhibit subtle bugs.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5725>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---