Hi,

On 28 July 2015 at 09:32, Richard Plangger <r...@pasra.at> wrote:
> the answer to your question very much depends on your python experience.
> A good place to start is the bug tracker [1] and (potentially much more
> interesting) the documentation[2][3].
>
> Most of the time smaller tasks include adding features in the python 3
> branch of pypy (py3k or py3.3).
>
> I guess no one will tell you, that you ``should fix bug X''. It would be
> better (my opinion) if you start on the documentation and see if you
> feel conformable with the way how to develop in pypy. Then find some
> tests at build bot [4] and see how you can fix them.
>
> [1] https://bitbucket.org/pypy/pypy/issues
> [2] http://rpython.readthedocs.org/en/latest/
> [3] http://pypy.readthedocs.org/en/latest/
> [4] http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E
>
> cheers,
> richard

In addition, you can find here the failing tests on the py3.3 branch,
some of which are probably easy fixes (click on the red "F"s):

    http://buildbot.pypy.org/summary?branch=py3.3


Armin
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to