kostia.lopuhin <[email protected]> added the comment: A similar (and maybe even more common in real code?) problem just bit us with extending list from an array - see attached program that runs hunderds times slower under PyPy - just doing list.extend(some_int_array)
---------- nosy: +kostia.lopuhin ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1599> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
