Message10025

Author zyasoft
Recipients amak, asmeurer, fwierzbicki, zyasoft
Date 2015-05-05.05:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430804097.77.0.187820612219.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
Discounting large methods, recent updates in https://hg.python.org/jython/rev/9483b3252bd5 has also improved compatibility. Newly exposed bug:

$ ~/jythondev/jython27/dist/bin/jython setup.py test
/Users/jbaker/jythondev/jython27/dist/Lib/site-packages/setuptools/dist.py:279: UserWarning: Normalizing '0.7.7.dev' to '0.7.7.dev0'
  warnings.warn(
running test
Traceback (most recent call last):
  File "setup.py", line 316, in <module>
    setup(name='sympy',
  File "/Users/jbaker/jythondev/jython27/dist/Lib/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/Users/jbaker/jythondev/jython27/dist/Lib/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/Users/jbaker/jythondev/jython27/dist/Lib/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/Users/jbaker/jythondev/jython27/dist/Lib/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 221, in run
    from sympy.utilities import runtests
  File "/Users/jbaker/opensource/sympy/sympy/__init__.py", line 37, in <module>
    from .core import *
  File "/Users/jbaker/opensource/sympy/sympy/core/__init__.py", line 8, in <module>
    from .expr import Expr, AtomicExpr
  File "/Users/jbaker/opensource/sympy/sympy/core/expr.py", line 3127, in <module>
    class AtomicExpr(Atom, Expr):
TypeError: Error when calling the metaclass bases
    multiple bases have instance lay-out conflict
History
Date User Action Args
2015-05-05 05:34:57zyasoftsetmessageid: <1430804097.77.0.187820612219.issue1777@psf.upfronthosting.co.za>
2015-05-05 05:34:57zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, asmeurer
2015-05-05 05:34:57zyasoftlinkissue1777 messages
2015-05-05 05:34:56zyasoftcreate