On Nov 21, 2018, at 11:27 AM, Matti Picus <matti.picus@gmail.com> wrote:
On 21/11/18 7:30 am, Donald Stufft wrote:
It’s in a branch on Github https://github.com/pypa/warehouse/pull/5057 which runs everything in docker, ``make build`` then ``make serve``, and then in another terminal ``make tests`` runs the tests. That may make it. A lot harder to get a gdb going though :( It’s easy to switch what Nightly is being used though, that’s just a line in the Dockerfile to pick what download from PyPy to use.
I’m going to go ahead and test those other nightlies later today though.
it seems my call to test the unicode-utf8 branch may have been premature, it crashes on lib-python tests having to do with test_codeencodings_*.py.
Maybe not worth your time yet.
I went ahead and tested the latest py3.5 nightly (pypy-c-jit-95353-773010593365-linux64.tar.bz2) and it did not exhibit the slow down.