#16316: cached_function and cached_method for unhashable elements
-------------------------------------+-------------------------------------
       Reporter:  saraedum           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.3
      Component:  misc               |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Julian Rueth       |    Reviewers:  Peter Bruin, Travis
Report Upstream:  N/A                |  Scrimshaw
         Branch:                     |  Work issues:
  u/saraedum/ticket/16316            |       Commit:
   Dependencies:  #16251             |  83944fabe78c5561f0cc5b0845d5e8bdb30098c2
                                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vbraun):

 Doctests fail everywhere
 {{{
 File "src/sage/misc/cachefunc.pyx", line 416, in sage.misc.cachefunc
 Failed example:
     b = a + O(3)
 Exception raised:
     Traceback (most recent call last):
       File "/Users/buildslave-
 sage/slave/sage_git/build/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 480, in _run
         self.execute(example, compiled, test.globs)
       File "/Users/buildslave-
 sage/slave/sage_git/build/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 839, in execute
         exec compiled in globs
       File "<doctest sage.misc.cachefunc[98]>", line 1, in <module>
         b = a + O(Integer(3))
       File "parent.pyx", line 1064, in
 sage.structure.parent.Parent.__call__
 (build/cythonized/sage/structure/parent.c:8683)
     NotImplementedError
 }}}
 possibly due to the dependent ticket #16317

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