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.

作者 sdaoden
收信人 ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
日期 2011-05-04.13:48:12
SpamBayes Score 4.4875215e-11
Marked as misclassified
Message-id <20110504134803.GA18501@sherwood.local>
In-reply-to <1304510891.95.0.238394453166.issue11277@psf.upfronthosting.co.za>
内容
> 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.
文件
文件名 上传时间
11277-27.3.diff sdaoden, 2011-05-04.13:48:12
历史
日期 用户 动作 参数
2011-05-04 13:48:13sdaoden修改recipients: + sdaoden, ixokai, pitrou, vstinner, nadeem.vawda, ned.deily, skrah, neologix, python-dev
2011-05-04 13:48:12sdaoden链接issue11277 messages
2011-05-04 13:48:12sdaoden创建