On Thu, Oct 31, 2013 at 1:53 AM, Armin Rigo <[email protected]> wrote: > Hi KaShining, > > On Thu, Oct 31, 2013 at 9:32 AM, KaShining <[email protected]> wrote: > > src/rbtree.c: In function '__pyx_f_6rbtree_6rbtree_byOffset': > > This is using Cython. Compiling Cython modules with PyPy > kind-of-works but is shaky. >
Here's a pure python red black tree: https://pypi.python.org/pypi/red-black-tree-mod Full disclosure: I put it on Pypi after getting it passing pylint and such.
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
