[pypy-issue] Issue #2626: invalid conversion from ‘const char*’ to ‘char* in cython based library (pypy/pypy)

2017-08-10 Thread Stuart Axon
New issue 2626: invalid conversion from ‘const char*’ to ‘char* in cython based library https://bitbucket.org/pypy/pypy/issues/2626/invalid-conversion-from-const-char-to-char Stuart Axon: Trying out pyimgui, a cython based binding to imgui, I found a couple of compile errors with pypy. https:/

[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. c