--- you can reply above this line --- New issue 208: py.test takes forever to print traceback on large files with unparseable statements https://bitbucket.org/hpk42/pytest/issue/208/pytest-takes-forever-to-print-traceback-on
Maciej Fijalkowski: Steps to reproduce: hg clone https://bitbucket.org/pypy/pypy cd pypy hg up 39e70d282074 py.test pypy/jit/backend/llgraph -xv see it take forever this is the patch I'm using right now: http://paste.pound-python.org/show/27012/ which somehow mitigates the issue (it still takes a long time, but not forever). an alternative would be to use _ast module to inspect where the statement starts and ends -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. _______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev