This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-27.17:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398620509.5.0.0569535389024.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
On my laptop (x86-64, Linux 3.13, 12 GB RAM):

$ python3 -c "[i for i in range(999999999)]"
zsh: killed     python3 -c "[i for i in range(999999999)]"

$ dmesg | tail -n 2
[404714.401901] Out of memory: Kill process 10752 (python3) score 687 or sacrifice child
[404714.401903] Killed process 10752 (python3) total-vm:17061508kB, anon-rss:10559004kB, file-rss:52kB

And your test.py produces the same result. Are you sure you don't have a ulimit set on address space?
History
Date User Action Args
2014-04-27 17:41:49njssetrecipients: + njs, pitrou, vstinner, skrah, neologix, jtaylor, josh.r
2014-04-27 17:41:49njssetmessageid: <1398620509.5.0.0569535389024.issue21233@psf.upfronthosting.co.za>
2014-04-27 17:41:49njslinkissue21233 messages
2014-04-27 17:41:48njscreate