Hi, On Wed, Jun 5, 2013 at 6:32 AM, cuitao <[email protected]> wrote: > hello, can you consider adding the blist support in pypy ?
I take it you are talking about https://pypi.python.org/pypi/blist/ . Sorry, the PyPy team is a finite small number of people, so we cannot port all C extension modules out there. Please consider if using it over cpyext gives enough performance (but I doubt it, in this case). Otherwise, you need to find someone who is willing to port it from a C extension to become a regular pure Python module, which should hopefully not be too complicated. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
