[pypy-issue] Issue #2198: Use new resizing setslice in the Python interpreter (pypy/pypy)

Carl Friedrich Bolz issues-reply at bitbucket.org
Mon Nov 30 09:46:26 EST 2015


New issue 2198: Use new resizing setslice in the Python interpreter
https://bitbucket.org/pypy/pypy/issues/2198/use-new-resizing-setslice-in-the-python

Carl Friedrich Bolz:

Now that list slices can resize (Issue #2196 ), we should refactor this kind of code: https://bitbucket.org/pypy/pypy/src/d4774974048860b281f9d7cdd7723e5da3e62092/pypy/objspace/std/listobject.py?at=default&fileviewer=file-view-default#listobject.py-1473

This is an easy task, suitable for getting started with pypy.




More information about the pypy-issue mailing list