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 pitrou
Recipients josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-27.17:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398620415.46.0.26027827755.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
> Just try python -c "[i for i in
> range(<large value>)]" on a 64-bit machine, I'll bet you'll get a
> MemoryError (ENOMEM).

Hmm, I get an OOM kill here.
History
Date User Action Args
2014-04-27 17:40:15pitrousetrecipients: + pitrou, vstinner, njs, skrah, neologix, jtaylor, josh.r
2014-04-27 17:40:15pitrousetmessageid: <1398620415.46.0.26027827755.issue21233@psf.upfronthosting.co.za>
2014-04-27 17:40:15pitroulinkissue21233 messages
2014-04-27 17:40:15pitroucreate