Hi Martin, On 23 August 2014 22:03, Martin Matusiak <numero...@gmail.com> wrote: > Since it's an external project I was > planning to follow the same procedure that we use for stdlib, which is > described in stdlib-upgrade.txt. So start out with vendor/lzmaffi, > then branch off to py3.3-lzmaffi for integration work, finally merge > into py3.3.
No, that's unnecessarily complicated. Depending on the level of completion of lzmaffi, you either don't need a lot more, or you do; if you do, then first complete it independently of PyPy, e.g. in a fork of lzmaffi or in your own repository. Import the py3.3 tests, test on top of CPython and PyPy, and so on. When it's done, you can simply copy it into pypy in the branch py3.3 and kill the beginnings of pypy/module/lzma/. It's probably just a pull request at this point. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev