Hi, it looks like there is a C-API emulation for Jython on the way:
http://jyni.org/ https://github.com/Stewori/JyNI I haven't tried it yet, and I'm sure Cython modules won't work with its current state, but the effort I put into making them run in PyPy's cpyext should pay off here, so we might at some point have a third backend to target. This also reminded me of IronClad, the C-API layer for IronPython. I looked it up, but it seems to have died some years ago, with no current effort to improve it or even just make it work with the latest IronPython releases. https://groups.google.com/d/msg/c-extensions-for-ironpython/SrIesUIh1Gw/cBQG1FMt0AUJ https://code.google.com/p/ironclad/ Not sure if it's still worth trying to make that run in Cython. Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel