[pypy-issue] Issue #2627: PyThreadState missing curexc_type, curexc_value. curexc_traceback (pypy/pypy)

2017-08-10 Thread Stuart Axon
New issue 2627: PyThreadState missing curexc_type, curexc_value. curexc_traceback https://bitbucket.org/pypy/pypy/issues/2627/pythreadstate-missing-curexc_type Stuart Axon: Attempting to build pygame, it appears there are a few missing members on PyThreadState: curexc_type, curexc_value

[pypy-issue] Issue #2655: Pypy + Aubio 3 or 4 numpy bugs (pypy/pypy)

2017-09-13 Thread Stuart Axon
New issue 2655: Pypy + Aubio 3 or 4 numpy bugs https://bitbucket.org/pypy/pypy/issues/2655/pypy-aubio-3-or-4-numpy-bugs Stuart Axon: I've been testing PyPy nightly and aubio, and quite a bit seems to work. There are some numpy tests that don't pass in test_cvec.py - it looks like

[pypy-issue] Issue #2665: python-config --libs fails under pypy3.5 (pypy/pypy)

2017-09-26 Thread Stuart Axon
New issue 2665: python-config --libs fails under pypy3.5 https://bitbucket.org/pypy/pypy/issues/2665/python-config-libs-fails-under-pypy35 Stuart Axon: Under a virtualenv created for pypy3.5 nightly: ```bash $ python-config --libs Traceback (most recent call last): File "/mnt/data/hom

[pypy-issue] Issue #2668: ctypes.pythonapi not available (pypy/pypy)

2017-09-27 Thread Stuart Axon
New issue 2668: ctypes.pythonapi not available https://bitbucket.org/pypy/pypy/issues/2668/ctypespythonapi-not-available Stuart Axon: Pygames unittests make use of ctypes.pythonapi The pypy branch here - https://github.com/stuaxo/pygame/ Has a couple of small fixes to compile under pypy

[pypy-issue] Issue #2667: CAPI attribute differences (pypy/pypy)

2017-09-27 Thread Stuart Axon
New issue 2667: CAPI attribute differences https://bitbucket.org/pypy/pypy/issues/2667/capi-attribute-differences Stuart Axon: With the fixes from here https://bitbucket.org/pypy/pypy/issues/2627/pythreadstate-missing-curexc_type Pygame now compiles and installs. Until now I've put the fixes

[pypy-issue] Issue #2664: panda3d - PyExc_ImportError (pypy/pypy)

2017-09-25 Thread Stuart Axon
New issue 2664: panda3d - PyExc_ImportError https://bitbucket.org/pypy/pypy/issues/2664/panda3d-pyexc_importerror Stuart Axon: I built panda3d on pypy3.5 nightly - ``` $ git clone https://github.com/panda3d/panda3d $ cd panda3d $ python makepanda/makepanda.py --everything --wheel --no-egl

[pypy-issue] Issue #2754: "Tuples differ" for two tuples created by CPython API (pypy/pypy)

2018-02-14 Thread Stuart Axon
New issue 2754: "Tuples differ" for two tuples created by CPython API https://bitbucket.org/pypy/pypy/issues/2754/tuples-differ-for-two-tuples-created-by Stuart Axon: pygame has added pypy to travis Some tests are failing with "Tuples differ" with seemingly identical tuples