[pypy-issue] [issue1207] latest Pypy *with JIT* fails with weird error running pep8.py testsuite

Hakan Ardo tracker at bugs.pypy.org
Mon Jul 16 20:36:27 CEST 2012


Hakan Ardo <hakan at debian.org> added the comment:

I digged a bit. It is the loop in run_check that messes up the arguments list. It 
might be some combination of list strategies and unrolling that's the cause. The 
issue does not show up in pypy-1.7 which is the latest release without list 
strategies. Minor changes to run_check hides the issue...

----------
nosy: +hakanardo

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1207>
________________________________________


More information about the pypy-issue mailing list