--- you can reply above this line --- Issue 1776: Creating instances of a namedtuple is inexplicably very slow https://bitbucket.org/pypy/pypy/issue/1776/creating-instances-of-a-namedtuple-is
Armin Rigo: It seems that the problem was fixed in PyPy 2.3. Then timeit.py needed an extra tweak to avoid an artificial problem (see bbabcc9974eb). Changes: status: new -> resolved -- Unsubscribe from issue emails for this repository. https://bitbucket.org/pypy/pypy/issue/1776/unsubscribe/pypy-issue/52c6c1b4c2274e01045426779bf03c318cb5f1cd/ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
