cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | mac OS and Fedora are not Windows
<dstufft>
I don't really know how to narrow this down, however I have a branch were I'm trying to switch PyPI/Warehouse over to PyPy3. Using the PyPy3-6.0.0 (from docker if it matters) my tests run in a ~reasonable amount of time (5x slower than CPython, what I expected). If I try to download the nightly release (http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-95315-0a5cd8d36e99-linux64.tar.bz2) the tests are REALLY slow
<dstufft>
like I got 19% way through running them, and it got mad and canceled it
<dstufft>
and that was 20 minutes (instead of 200s, which is the PyPy3-6.0.0 runtime)
<dstufft>
I was also having problems where the tests seemed to just randomly hang, although I can't tell if it was hanging or just doing something really slow (but if that's the case, it only sometimes happened)
<dstufft>
I don't really know what to do about ^, I don't have nearly enough expertise in PyPy to even really know how to debug something like that... I assume it's not expected? Or do the nightlies act like that?