Updates:
Labels: Core
Comment #35 on issue 1233 by [email protected]: fix the rest of jython bugs
http://code.google.com/p/sympy/issues/detail?id=1233
OK, I finished bisecting the "cannot import name Basic" on Jython 2.7a2 and
Jython dev, after removing Basic.__slots__, and the offending commit is
commit 28bbe4e8b2eb89696dd425fde8758ae0e471863d
Author: Ronan Lamy <[email protected]>
Date: Fri Nov 9 19:29:09 2012 +0000
AssocOp inherits directly from Basic, not Expr.
This change allows AssocOp to be used as base class for any kind
of object, not just Expr subclasses. Additionally, it avoids
the nonsensical inheritance of Expr by And and Or.
* Fix relevant bases declarations and imports.
* Remove the one test allowing multiplication of Or objects.
* count_ops() now treats And the same as Eq.
* And/Or don't have .evalf() any more.
(Surprise! It's another one of Ronan's commits)
That give you any ideas?
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.