#!/usr/local/bin/python2 l2 = [4,5,6] for i in xrange(1000000): l = [] l.extend(l2) print l, l2