On Mon, Jan 27, 2014 at 8:29 PM, Antoine Pitrou <solip...@pitrou.net> wrote: > > Sure, just adjust the number to fit the available memory (here, 2**29 > does the trick). >
I get your point. But strangely enough, I can still recover from list(repeat('a', 2**29)). It only slows down my computer. I can ^Z the application then kill it later. But with list(repeat('a', times=-1)), rebooting the machine is compulsory. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com