[pypy-dev] [pypy-svn] r73628 - in pypy/branch/cpython-extension/pypy/module/cpyext: . test

Jan de Mooij jandemooij at gmail.com
Mon Apr 12 22:22:34 CEST 2010


Hi fijal,

On Mon, Apr 12, 2010 at 6:15 PM, Maciej Fijalkowski <fijall at gmail.com> wrote:
>
> I probably have missed some part of discussion, but - shouldn't we
> have it present the same interface as lib/array.py? If lib/array.py is
> not needed, since we use the C version, how about killing lib/array?

I added it only to the test directory as it's not yet ready. We need
suport for __setitem__ and iterators (should be easy though) and some
other pieces. Once that's done it can probably replace lib/array.py on
pypy-c. It would be interesting to benchmark it against CPython to
test cpyext overhead.
> _______________________________________________
> pypy-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev



More information about the Pypy-dev mailing list