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.


pythonapi is used in these two files -

https://github.com/stuaxo/pygame/blob/pypy/test/test_utils/arrinter.py

https://github.com/stuaxo/pygame/blob/pypy/test/mixer_test.py


These were found by running all the pygame tests -
```python -m pygame.tests --exclude opengl```


_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to