R. David Murray <[email protected]> added the comment: In the case of 'lists' an object is being allocated each time through the inner loop. In the case of simple_lists, no such allocation is being done. Your timing issues are probably related to the memory allocation behavior of your system.
---------- nosy: +r.david.murray _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13351> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
