Hi, I set up CI tests on Jenkins for the latest pypy and pypy3 releases and invested some time into improving the situation.
https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pypy/ I explicitly disabled a couple of tests that either crash or otherwise won't work in pypy anyway. For example, pypy's GIL support is incomplete and inheriting from builtin types is buggy. https://github.com/cython/cython/blob/master/tests/pypy_bugs.txt It doesn't look all that bad, at least for pypy2. I consider pypy3 work in progress, but we should keep them busy with fixing bugs in cpyext. There's always room for improvements and work-arounds on our side, too, but the major issues usually come up on their side. Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel