[pypy-dev] Cocos2D - works for me.

2017-08-10 Thread Stuart Axon via pypy-dev
Hi,   Today I was trying out Cocos2D in PyPy, it seems work :) I don't have any of my own projects to try, but all the examples that come with it seem to work, I also tried some tutorials which seemed to work as well. Not sure if I use use it enough to be able to say "it works", but I wasn't

[pypy-dev] mixed embedding and cpyext access`

2017-08-10 Thread David Callahan
The Boost libraries in their test jigs use a mixture of an embedded API and direct access to the methods in Python.h. Below is an example which compiles with the py3.5 branch, correctly prints “hello world” but then faults with an message: “Invalid RPython operation (NULL ptr or bad array