CythonCTypesBackend
CythonCTypesBackend copied to clipboard
CTypes backend for Cython, this will allow people to use their Cython wrapper on PyPy and take advantage of the JIT
Results
1
CythonCTypesBackend issues
Sort by
recently updated
recently updated
newest added
- Updated (one of) the tests to match new syntax being generated. - Added better array/struct/union handling as fields/arguments The logic in ExternDefTransform.py is becoming pretty convoluted, but essentially what's...