Comment #11 on issue 1844 by asmeurer: expand methods pruned http://code.google.com/p/sympy/issues/detail?id=1844
I don't think that was the issue there. Anyway, it shouldn't matter if there are two cache entries for Mul(evaluate=False) and Mul(evaluate=0). It will waste space, but it should still evaluate correctly.
But definitely not all keyword arguments are booleans, and I don't think people will realize that cacheit assumes that. So imho that logic should be removed from cacheit.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" 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/sympy-issues?hl=en.
