sn6uv <[email protected]> added the comment: You're right. It seems to only be happening in the (unreleased) development version of sympy.
My platform: 64bit Arch Linux $> uname -a Linux desktop 3.8.11-1-ARCH #1 SMP PREEMPT Wed May 1 20:18:57 CEST 2013 x86_64 GNU/Linux $> pypy --version Python 2.7.3 (c13457babbfb, Apr 22 2013, 17:59:01) [PyPy 2.0.0-beta2 with GCC 4.8.0] Steps to reproduce (should have included this earlier): >$ git clone https://github.com/sympy/sympy.git ... >$ cd sympy/ >$ pypy ... >>>> import sympy >>>> sympy.test("sympy/geometry/tests/test_geometry.py") ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1482> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
