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.

作者 vstinner
收信人 eckhardt, jbeezley, loewis, nadeem.vawda, pitrou, rosslagerwall, saa, vstinner, wrobell
日期 2011-02-10.17:03:48
SpamBayes Score 1.9831314e-05
Marked as misclassified
Message-id <1297357423.5203.7.camel@marge>
In-reply-to <1297356107.57.0.130274937134.issue4681@psf.upfronthosting.co.za>
内容
Le jeudi 10 février 2011 à 16:41 +0000, Ross Lagerwall a écrit :
> Ross Lagerwall <rosslagerwall@gmail.com> added the comment:
> 
> 32-bit computers can address up to 4GiB of memory

... at least 4 GB. With PAE (Physical Address Extension), we can address
up to 2^36 bytes. It looks like mmap() do support PAE, I suppose that
you need 64 bits offset on a 32 bits system to be able to use PAE :-)

Victor
历史
日期 用户 动作 参数
2011-02-10 17:03:49vstinner修改recipients: + vstinner, loewis, pitrou, wrobell, nadeem.vawda, eckhardt, saa, rosslagerwall, jbeezley
2011-02-10 17:03:48vstinner链接issue4681 messages
2011-02-10 17:03:48vstinner创建