[pypy-dev] Copying a slice of a list in RPython

Vincent Legoll vincent.legoll at gmail.com
Tue May 10 09:59:37 EDT 2016


Hello,

I suggested having a look at rpython's list implementation

rpython/rtyper/rlist.py:ll_arraycopy()

which uses:

rpython/rlib/rgc/rgc.py:ll_arraycopy()

I hope that was a useful hint...

-- 
Vincent Legoll


More information about the pypy-dev mailing list