[PyPy-issue] [issue608] Gibberish from ctypes

Dan Stromberg pypy-dev-issue at codespeak.net
Sun Feb 20 03:15:10 CET 2011


Dan Stromberg <strombrg at gmail.com> added the comment:

BTW, about the treap dependency being cython: It is cython, but it's Also pure
python.  When I do cython, I usually use the m4 preprocessor to automatically
create both cython and pure python from the same m4 file, since cython and pure
python code tend to be very similar to one another.  So one has a choice, but in
this particular project, I've only been using the pure python version of the
treap module.

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue608>
_______________________________________________________



More information about the Pypy-issue mailing list