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 sdaoden
Recipients ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
Date 2011-05-04.13:48:12
SpamBayes Score 4.4875215e-11
Marked as misclassified No
Message-id <20110504134803.GA18501@sherwood.local>
In-reply-to <1304510891.95.0.238394453166.issue11277@psf.upfronthosting.co.za>
Content
> error: [Errno 12] Cannot allocate memory

@haypo: Well i told you i have no idea.  These bots are 32 bit?

I'll attach 11277-27.3.diff which does @skipUnless(not 32 bit).
Note i'll test against >_4G - does this work (on 32 bit and in
Python)?  A pity that Python does not offer a 'condition is
always true due to datatype storage restriction' check?!

And i don't think it makes sense to test a _1GB mmap on 32 bit at
all (but at least address space shouldn't exhaust for that).
So, sorry, also for the two bugs in that two-liner, but very
especially the 'm' case.
Files
File name Uploaded
11277-27.3.diff sdaoden, 2011-05-04.13:48:12
History
Date User Action Args
2011-05-04 13:48:13sdaodensetrecipients: + sdaoden, ixokai, pitrou, vstinner, nadeem.vawda, ned.deily, skrah, neologix, python-dev
2011-05-04 13:48:12sdaodenlinkissue11277 messages
2011-05-04 13:48:12sdaodencreate